diff options
author | johannst <johannes.stoelp@gmail.com> | 2019-08-26 23:06:17 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2019-08-26 23:06:17 +0200 |
commit | 2b4330102c06fa666bb52f6c0a33bca4e72db82e (patch) | |
tree | 7e6965522ecc06e69a8a379948f470e84c62bddd /emacs.txt | |
parent | d89a59de76686ba409a755c422ddf99f9abc729d (diff) | |
download | notes-2b4330102c06fa666bb52f6c0a33bca4e72db82e.tar.gz notes-2b4330102c06fa666bb52f6c0a33bca4e72db82e.zip |
emacs org mode
Diffstat (limited to 'emacs.txt')
-rw-r--r-- | emacs.txt | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -55,5 +55,19 @@ C-x n n show only focused region (narrow) C-x n w show whole buffer (wide) +# org +====== + M-up/M-down re-arrange items in same hierarchy + M-left/M-right change item hierarchy + C-RET create new item below current + C-S-RET create new TODO item below current + S-left/S-right cycle TODO states + +## org source +============== + <s TAB generate a source block + C-c ' edit source block (in lang specific buffer) + C-c C-c eval source block + -------------------------------------------------------------------------------- Vim:sts=2:et:tw=80:cc=80:fo+=t:ft=help |