浏览代码

Improve documentation

* doc/org.texi (Project alist): Mention that this is a property list
Carsten Dominik 14 年之前
父节点
当前提交
6cd6028b1a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      doc/org.texi

+ 2 - 1
doc/org.texi

@@ -10557,7 +10557,8 @@ variable, called @code{org-publish-project-alist}.  Each element of the list
 configures one project, and may be in one of the two following forms:
 
 @lisp
-   ("project-name" :property value :property value ...)
+   ("project-name" :property value :property value ...) 
+     @r{i.e. a well-formed property list with alternating keys and values}
 @r{or}
    ("project-name" :components ("project-name" "project-name" ...))