aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs.txt
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2019-08-26 23:06:17 +0200
committerjohannst <johannes.stoelp@gmail.com>2019-08-26 23:06:17 +0200
commit2b4330102c06fa666bb52f6c0a33bca4e72db82e (patch)
tree7e6965522ecc06e69a8a379948f470e84c62bddd /emacs.txt
parentd89a59de76686ba409a755c422ddf99f9abc729d (diff)
downloadnotes-2b4330102c06fa666bb52f6c0a33bca4e72db82e.tar.gz
notes-2b4330102c06fa666bb52f6c0a33bca4e72db82e.zip
emacs org mode
Diffstat (limited to 'emacs.txt')
-rw-r--r--emacs.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/emacs.txt b/emacs.txt
index 3242977..c65991e 100644
--- a/emacs.txt
+++ b/emacs.txt
@@ -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