From 44ad9ff3e41226d228ebbb5e6035e29414d4c939 Mon Sep 17 00:00:00 2001 From: Rasmus Date: Fri, 29 Apr 2016 16:55:07 +0200 Subject: [PATCH] ox-publish.el: Document `:recursive' * ox-publish.el (org-publish-project-alist): Document `:recursive'. --- lisp/ox-publish.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/ox-publish.el b/lisp/ox-publish.el index ce51a9cb0..91f9de3c7 100644 --- a/lisp/ox-publish.el +++ b/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. -- 2.11.4.GIT