ox-publish.el: Document `:recursive'

* ox-publish.el (org-publish-project-alist): Document `:recursive'.
This commit is contained in:
Rasmus 2016-04-29 16:55:07 +02:00
parent 55e346c5f9
commit 44ad9ff3e4
1 changed files with 3 additions and 0 deletions

View File

@ -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.