emacs-25.3-mac-6.7
Is Released!
Also railwaycat/emacsmacport/emacs-mac
.
emacs-25.3-mac-6.7
Is Released!
Also railwaycat/emacsmacport/emacs-mac
.
Here “Host OS” means the operating system on which you run Emacs.
When I use my host OS by muscle memory I try to use the Kill Ring just like I do in Emacs and then I get a painful surprise: I have to copy everything that I need somewhere else and then copy it back. Yuck. Can you recommend a solution for this on macOS?
browse-kill-ring makes the kill ring really easy to use.
Run it from source and update it every day using this shell command
cd ~/src/magit/ && git ls-remote && git pull && make clean && make
If you have an org-mode problem then you’ve probably got it installed twice. Here are two examples where I always get into trouble:
The errors are usually cryptic, to the lazy like me, and not worth investigating because they are fake errors.
This page explains how to configure exported tables borders either with the variable org-html-table-default-attributes
, which is ignored with HTML5 export, or properties.
The default table export doesn’t include borders and it is difficult to read.
Ever wanted to search all of your buffers limited by their backing file type? Surprisingly I never did very much. ag
and grep
worked fine for me. Then I started leaving buffers open, with everything that I cared about, all the time. Then I joined the “Emacs 100+ Buffer Club”.
multi-occur-in-matching-buffers is helpful when you watch to use occur
in some of those buffers.
Use MathJax with Org2Blog.
Thank you Jon for showing how to set this up in this post and this post and this post.
The only addition is that these instructions uses a more actively maintained plugin.
Go by Example is Mark McGranaghan‘s “hands-on introduction to Go using annotated example programs”. Under the license I’m going to
ID: org_gcr_2017-08-08_mara:C327B697-D6B7-42BA-B0D3-0C8613CBB58E
Continue reading “(Go Lang) Go by Example Notes (GBEN) Emacs Setup”
macOS used Meta
and Super
for a lot of it’s own bindings. That ties up valuable Emacs key-space. Tonight I moved all of those meddling bindings into C-M-s
. macOS get that all to itself making it happy. And it made me happy. Maybe it will make you happy.
Via here:
Now your post or page exists both in your Org-Mode file on your computer, and also in WordPress itself. That page or post inside of WordPress contains a lot of metadata and you might be interested in some of it. Here is documentation covering all of the fields. You can easily access that data using a hook function.
Continue reading “Org2Blog: Access Post Metadata After Publishing”