org.texi: Fix a4fc82c

* doc/org.texi (Macro replacement): Ignore quote blocks since they
  ultimately contain paragraphs or equivalent.  Fix typo.
This commit is contained in:
Nicolas Goaziou 2014-07-31 16:32:26 +02:00
parent a4fc82ca1c
commit 82b64d1c9b
1 changed files with 4 additions and 4 deletions

View File

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