From 7ff2baa24dbcfa0675d8e797746f6f2965c19a8c Mon Sep 17 00:00:00 2001 From: Alexander Gogl Date: Sun, 21 Apr 2024 10:41:54 +0200 Subject: [PATCH 3/3] lisp/ox-latex.el: Fixed typo * /ox-latex.el (org-latex-default-footnote-command): fixed typo in description of option TINYCHANGE --- 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 058b5a31a..22a9595ab 100644 --- a/lisp/ox-latex.el +++ b/lisp/ox-latex.el @@ -671,7 +671,7 @@ The function result will be used in the section format string." (defcustom org-latex-default-footnote-command "\\footnote{%s%s}" "Default command used to insert footnotes. Customize this command if the LaTeX class provides a different - command like `\sidenote{%s%s}' that you want to use. + command like `\\sidenote{%s%s}' that you want to use. %s " :group 'org-export-latex -- 2.41.0