projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e9e1c8
)
Add comment template for org-structure
author
Joerg Jaspert
<joerg@ganneff.de>
Fri, 2 Aug 2013 12:08:40 +0000
(14:08 +0200)
committer
Joerg Jaspert
<joerg@ganneff.de>
Fri, 2 Aug 2013 12:08:40 +0000
(14:08 +0200)
.emacs.d/config/emacs.org
patch
|
blob
|
history
diff --git
a/.emacs.d/config/emacs.org
b/.emacs.d/config/emacs.org
index
e787c71
..
c9df12d
100644
(file)
--- a/
.emacs.d/config/emacs.org
+++ b/
.emacs.d/config/emacs.org
@@
-1923,6
+1923,11
@@
Tags are mostly used for filtering inside the agenda.
(setq org-startup-with-inline-images nil)
#+END_SRC
+#+BEGIN_SRC emacs-lisp tangle:yes
+(add-to-list 'org-structure-template-alist
+ '("n" "#+BEGIN_COMMENT\n?\n#+END_COMMENT"
+ "<comment>\n?\n</comment>"))
+#+END_SRC
**** ditaa, graphviz, etc
Those are all nice tools. Look at
http://doc.norang.ca/org-mode.html#playingwithditaa for a nice intro