emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] BUG (smallish) The exemple of the documentation of the LaTeX LAN


From: Nicolas Goaziou
Subject: Re: [O] BUG (smallish) The exemple of the documentation of the LaTeX LANGUAGE option is incorrect
Date: Sat, 17 Aug 2019 15:32:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Hello,

Emmanuel Charpentier <address@hidden> writes:

> The current (org-version=9.2.4) documentation of the LANGUAGE option
> for LaTeX export gives this example :
>
> #+begin_example
>        (add-to-list org-latex-package-alist
>                     '("AUTO" "babel" t ("pdflatex")))
>        (add-to-list org-latex-package-alist
>                     '("AUTO" "polyglossia" t ("xelatex" "lualatex")))
> #+end_example
>
>
> It should be:
>
> #+begin_example
> #+bensert the example in agin_src emacs-lisp :exports none :results
> none
>   (add-to-list 'org-latex-packages-alist
>              '("AUTO" "babel" t ("pdflatex")))
>   (add-to-list 'org-latex-packages-alist
>              '("AUTO" "polyglossia" t ("xelatex" "lualatex")))
> #+end_src
>
> #+end_example
>
> i. e.:
>   * The name of the list has to be quoted.
>   * The exact list name has as "s" after "package".
>   * I'd give a full ~emacs-lisp~ snippet (but I agree that this is
> disputable...).

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]