HI yet another small patch...
/PA -- Fragen sind nicht da, um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler "Sagen's Paradeiser" (ORF: Als Radiohören gefährlich war) => write BE! Year 2 of the New Koprocracy
From 1fade0b350049b0915c36493068b6d7d1d49dcd0 Mon Sep 17 00:00:00 2001 From: "Pedro A. Aranda" <[email protected]> Date: Mon, 2 Mar 2026 08:16:53 +0100 Subject: [PATCH] lisp/ox-latex.el: Add safe declaration lisp/ox-latex.el: Declare (org-latex-listings-options) safe for lists. --- lisp/ox-latex.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index 4607be2d5..f64faaba0 100644 --- a/lisp/ox-latex.el +++ b/lisp/ox-latex.el @@ -1099,7 +1099,8 @@ following syntax: :type '(repeat (list (string :tag "Listings option name ") - (string :tag "Listings option value")))) + (string :tag "Listings option value"))) + :safe #'listp) (defcustom org-latex-minted-langs '((emacs-lisp "common-lisp") -- 2.43.0
