From 7f7fb256c69f49fdb80f1740d2b9fe46e7278f48 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Mon, 12 Dec 2022 15:32:35 +0300 Subject: [PATCH] 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 5b29a284c..a2d60d5db 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,