summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorKyle Meyer <meyerkya@gmail.com>2013-07-25 00:53:15 -0400
committerKyle Meyer <meyerkya@gmail.com>2013-07-25 00:53:15 -0400
commit88c0bcb53d442652187558a7a4541297e6489110 (patch)
tree8fb9516ee7416ffe1f471abea39e5848ac82272d /init
parentc8ecf83e3e0bb79dfb92db1121f6738698a34baa (diff)
downloademacs.d-88c0bcb53d442652187558a7a4541297e6489110.tar.gz
Add attr_html org template
Diffstat (limited to 'init')
-rw-r--r--init/km-org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/km-org.el b/init/km-org.el
index 942fd5a..bd9f7d2 100644
--- a/init/km-org.el
+++ b/init/km-org.el
@@ -113,6 +113,7 @@
("C" "#+caption: " "")
("b" "#+label: " "")
("r" "#+attr_latex: " "")
+ ("R" "#+attr_html: " "")
;; lower case versions of defaults
("s" "#+begin_src ?\n \n#+end_src" "<src lang=\"?\">\n\n</src>")
("e" "#+begin_example\n ?\n#+end_example" "<example>\n?\n</example>")