瀏覽代碼

org.texi: Fix a4fc82c

* doc/org.texi (Macro replacement): Ignore quote blocks since they
  ultimately contain paragraphs or equivalent.  Fix typo.
Nicolas Goaziou 10 年之前
父節點
當前提交
82b64d1c9b
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      doc/org.texi

+ 4 - 4
doc/org.texi

@@ -10043,10 +10043,10 @@ 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 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}.
+recognized: paragraphs, headlines, verse 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
 used: @code{@{@{@{title@}@}@}}, @code{@{@{@{author@}@}@}}, etc., will