branch: externals/org commit 7f7fb256c69f49fdb80f1740d2b9fe46e7278f48 Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
org-latex-listings-options: Update docstring * lisp/ox-latex.el (org-latex-listings-options): \lstset is no longer used. Clarify that options are now supplied directly to the environment. --- lisp/ox-latex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index 5b29a284c9..a2d60d5dbe 100644 --- a/lisp/ox-latex.el +++ b/lisp/ox-latex.el @@ -1025,7 +1025,7 @@ in this list - but it does not hurt if it is present." "Association list of options for the latex listings package. These options are supplied as a comma-separated list to the -\\lstset command. Each element of the association list should be +\\lstlisting command. Each element of the association list should be a list or cons cell containing two strings: the name of the option, and the value. For example,