branch: externals/org commit 7ca7d8dd180f73ea2c78bbd1b783fada028d8b62 Author: Nicolas Goaziou <m...@nicolasgoaziou.fr> Commit: Nicolas Goaziou <m...@nicolasgoaziou.fr>
manual: Fix capitalization of "ATTR_LATEX" * doc/org-manual.org (Verse blocks in LaTeX export): Do not use fancy "ATTR_LaTeX" syntax. Preferred syntax in Org Documents is "attr_latex", but it is capitalized here for emphasis. --- doc/org-manual.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index 765886a..87d04c1 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -13899,8 +13899,8 @@ explained below. A complete example with Shakespeare's first sonnet: #+begin_src org -,#+ATTR_LaTeX: :center t :latexcode \color{red} :lines 5 -,#+ATTR_LaTeX: :versewidth Feed’st thy light’st flame with self-substantial fuel, +,#+ATTR_LATEX: :center t :latexcode \color{red} :lines 5 +,#+ATTR_LATEX: :versewidth Feed’st thy light’st flame with self-substantial fuel, ,#+begin_verse From fairest creatures we desire increase, That thereby beauty’s rose might never die,