summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <eric.schulte@gmx.com>2012-02-03 10:25:30 -0700
committerEric Schulte <eric.schulte@gmx.com>2012-02-03 10:25:52 -0700
commitdf13cc737509a5fa51b7982eaf9bc17fad346b26 (patch)
tree9834d26f7293a23fceecc953b7d3156145b917b3
parentd10792510f8eed98bd342b6dbe974bd781bc8ecc (diff)
downloadorg-mode-df13cc737509a5fa51b7982eaf9bc17fad346b26.tar.gz
changed the name of exporting comment blocks
* lisp/org-exp-blocks.el (org-export-blocks): Changed the name of exporting comment blocks given that it seems regular comment blocks no longer export.
-rw-r--r--lisp/org-exp-blocks.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/org-exp-blocks.el b/lisp/org-exp-blocks.el
index 3396d58..b0fa189 100644
--- a/lisp/org-exp-blocks.el
+++ b/lisp/org-exp-blocks.el
@@ -57,9 +57,9 @@
;; using the dot utility. For information on dot see
;; http://www.graphviz.org/
;;
-;; comment :: Wrap comments with titles and author information, in
-;; their own divs with author-specific ids allowing for css
-;; coloring of comments based on the author.
+;; export-comment :: Wrap comments with titles and author information,
+;; in their own divs with author-specific ids allowing for
+;; css coloring of comments based on the author.
;;
;;; Adding new blocks
;;
@@ -87,7 +87,7 @@
value))
(defcustom org-export-blocks
- '((comment org-export-blocks-format-comment t)
+ '((export-comment org-export-blocks-format-comment t)
(ditaa org-export-blocks-format-ditaa nil)
(dot org-export-blocks-format-dot nil))
"Use this alist to associate block types with block exporting functions.