summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-10-14 14:12:37 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-10-14 14:12:37 +0200
commitd5d96f612e1b5b97c172c693b5bc0885f7f188a7 (patch)
tree9d40acbfaf7913df02425a88f2078cdc91e99601
parent7ff4d78cbd8589bfd1797e8561c83569f0b6f165 (diff)
downloadorg-mode-d5d96f612e1b5b97c172c693b5bc0885f7f188a7.tar.gz
Improve docstring for org-publish-project-alist
-rw-r--r--lisp/org-publish.el9
1 files changed, 6 insertions, 3 deletions
diff --git a/lisp/org-publish.el b/lisp/org-publish.el
index 4ebc04c..c66cd29 100644
--- a/lisp/org-publish.el
+++ b/lisp/org-publish.el
@@ -71,11 +71,14 @@ Each element of the alist is a publishing 'project.' The CAR of
each element is a string, uniquely identifying the project. The
CDR of each element is in one of the following forms:
- (:property value :property value ... )
+1. A well-formed property list with an even number of elements, alternating
+ keys and values, specifying parameters for the publishing process.
-OR,
+ (:property value :property value ... )
- (:components (\"project-1\" \"project-2\" ...))
+2. A meta-project definition, specifying of a list of sub-projects:
+
+ (:components (\"project-1\" \"project-2\" ...))
When the CDR of an element of org-publish-project-alist is in
this second form, the elements of the list after :components are