summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPuneeth Chaganti <punchagan@gmail.com>2010-11-22 04:00:20 +0000
committerDavid Maus <dmaus@ictsoc.de>2010-11-22 21:38:56 +0100
commit29e2b27b5af19530f2cbdca34a65590b12813d6e (patch)
tree617d3cfc8e9c0cc6c2a30bb7f2861aa2ebdedaea
parent803f6b0ceb8fb990b3eee30996b5bf2f4d1d3fb1 (diff)
downloadorg-mode-29e2b27b5af19530f2cbdca34a65590b12813d6e.tar.gz
Document the :recursive option for org-publish
Hi, Here's a patch to document the recursive option for org-publish. It's a documentation TODO on Worg.
-rw-r--r--doc/org.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 06583d7..a6cf26c 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -10665,6 +10665,9 @@ extension.
@item @code{:include}
@tab List of files to be included regardless of @code{:base-extension}
and @code{:exclude}.
+
+@item @code{:recursive}
+@tab Non-nil means, check base-directory recursively for files to publish.
@end multitable
@node Publishing action, Publishing options, Selecting files, Configuration