summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-10-17 11:18:20 -0600
committerDan Davison <davison@stats.ox.ac.uk>2010-10-21 13:06:55 +0100
commit24cde316a1eda936e92d36ada47b17d4dc0dc0cd (patch)
tree723e371fcd4b17e715d233fc80406ef01c28844f
parente905dbe0f60e2326061c63621e603f5b396373a1 (diff)
downloadorg-mode-24cde316a1eda936e92d36ada47b17d4dc0dc0cd.tar.gz
beefing up the docs of the org-babel-tangle-comment-format-* variables
-rw-r--r--lisp/ob-tangle.el10
1 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ob-tangle.el b/lisp/ob-tangle.el
index f07a3b8..a009390 100644
--- a/lisp/ob-tangle.el
+++ b/lisp/ob-tangle.el
@@ -73,7 +73,10 @@ information into the output using `org-fill-template'.
%start-line --- the line number at the start of the code block
%file --------- the file from which the code block was tangled
%link --------- Org-mode style link to the code block
-%source-name -- name of the code block"
+%source-name -- name of the code block
+
+Whether or not comments are inserted during tangling is
+controlled by the :comments header argument."
:group 'org-babel
:type 'string)
@@ -84,7 +87,10 @@ information into the output using `org-fill-template'.
%start-line --- the line number at the start of the code block
%file --------- the file from which the code block was tangled
%link --------- Org-mode style link to the code block
-%source-name -- name of the code block"
+%source-name -- name of the code block
+
+Whether or not comments are inserted during tangling is
+controlled by the :comments header argument."
:group 'org-babel
:type 'string)