浏览代码

org.texi: Fix documentation about macros

* doc/org.texi (Macro replacement): Fix allowed contexts for macros.
  Be more accurate about the time of macro expansion.
Nicolas Goaziou 10 年之前
父节点
当前提交
a4fc82ca1c
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      doc/org.texi

+ 4 - 4
doc/org.texi

@@ -10043,9 +10043,9 @@ Conversely, backslash characters before a comma, and only them, need to be
 escaped with another backslash character.}.
 
 These references, called macros, can be inserted anywhere Org markup is
-recognized: paragraphs, headlines, verse and example blocks, tables cells,
-lists and comments.  They cannot be used within ordinary keywords (starting
-with @code{#+:}) but are allowed in @code{#+CAPTION}, @code{#+TITLE},
+recognized: paragraphs, headlines, verse and quote blocks, tables cells, and
+lists.  They cannot be used within ordinary keywords (starting with
+@code{#+}) but are allowed in @code{#+CAPTION}, @code{#+TITLE},
 @code{#+AUTHOR} and @code{#+EMAIL}.
 
 In addition to user-defined macros, a set of already defined macros can be
@@ -10060,7 +10060,7 @@ and to the modification time of the file being exported, respectively.
 The surrounding brackets can be made invisible by setting
 @code{org-hide-macro-markers} to @code{t}.
 
-Macro expansion takes place during export.
+Macro expansion takes place during the very beginning of the export process.
 
 
 @node Embedded @LaTeX{}