manual: Fix org-latex-listings reference in footnote
* doc/org-manual.org (Footnotes): Refer to org-latex-listings instead of org-export-latex-listings. The last occurrence of org-export-latex-listings was deleted with the contrib/oldexp/ removal in Org 8.
This commit is contained in:
parent
7470ee93a6
commit
e07cb2ad3c
|
@ -21735,7 +21735,7 @@ a fragment, see the documentation of the function
|
|||
version 1.34 of the =htmlize.el= package, which you need to install).
|
||||
Fontified code chunks in LaTeX can be achieved using either the
|
||||
[[https://www.ctan.org/pkg/listings][listings]] package or the [[https://www.ctan.org/pkg/minted][minted]] package. Refer to
|
||||
~org-export-latex-listings~ for details.
|
||||
~org-latex-listings~ for details.
|
||||
|
||||
[fn:115] Source code in code blocks may also be evaluated either
|
||||
interactively or on export. See [[*Working with Source Code]] for more
|
||||
|
|
Loading…
Reference in New Issue