Browse Source

ox-publish.el: Document `:recursive'

* ox-publish.el (org-publish-project-alist): Document `:recursive'.
Rasmus 9 years ago
parent
commit
44ad9ff3e4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      lisp/ox-publish.el

+ 3 - 0
lisp/ox-publish.el

@@ -110,6 +110,9 @@ Most properties are optional, but some should always be set:
     Directory (possibly remote) where output files will be
     published.
 
+If `:recursive' is non-nil files in sub-directors of
+`:base-directory' are considered.
+
 The `:exclude' property may be used to prevent certain files from
 being published.  Its value may be a string or regexp matching
 file names you don't want to be published.