Much Ado About Emacs 014 (opens in new tab) ⌨emacs
Emacs Org-Mode and the Capture System Org-mode has a capture system. You can be in any file in Emacs and invoke the capture system. Press a few keys and add text to a org heading in any file that you have set up a capture for. It is easy to set it up. Firstly you assign a keyboard command to the capture system. In my case, :bind ("C-c c" . org-capture) Org-capture You get this. Journal Entry You press a key. Let’s say you want to add a journal entry. Press j and get this. Type what you want t...
Read the original article