Improve docstring for org-publish-project-alist

This commit is contained in:
Carsten Dominik 2010-10-14 14:12:37 +02:00
parent 7ff4d78cbd
commit d5d96f612e
1 changed files with 6 additions and 3 deletions

View File

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