summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2008-12-03 09:33:24 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2008-12-03 09:33:24 +0100
commitc7fc66edbe6c0a477211b94955451c65ee0531fb (patch)
tree9cdebce647bf2724b08b6863f37931f9fa974a4d
parentb266f5a90cc29a2bf1010c2e472801f941a86ddf (diff)
downloadorg-mode-c7fc66edbe6c0a477211b94955451c65ee0531fb.tar.gz
Document a function.
-rw-r--r--lisp/org-exp.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index c45eef2..417acc2 100644
--- a/lisp/org-exp.el
+++ b/lisp/org-exp.el
@@ -524,7 +524,7 @@ Org-mode file."
(defconst org-export-html-style-default
"<style type=\"text/css\">
- <![CDATA[
+/* <![CDATA[ */
html { font-family: Times, serif; font-size: 12pt; }
.title { text-align: center; }
.todo { color: red; }
@@ -551,7 +551,7 @@ Org-mode file."
white-space:nowrap; }
.org-info-js_search-highlight {background-color:#ffff00; color:#000000;
font-weight:bold; }
- ]]>
+/* ]]> */
</style>"
"The default style specification for exported HTML files.
Please use the variables `org-export-html-style' and
@@ -1743,7 +1743,7 @@ from the buffer."
(if (> b a) (delete-region a b)))))))
(defun org-export-remove-headline-metadata (opts)
- (debug)
+ "Remove meta data from the headline, according to user options."
(let ((re org-complex-heading-regexp)
(todo (plist-get opts :todo-keywords))
(tags (plist-get opts :tags))