Fixed issue with brackets

This commit is contained in:
FrederikBaerentsen 2024-06-06 09:10:16 +02:00
parent 3000e13336
commit 37aca3ca39

View File

@ -10,7 +10,7 @@
"Custom function to format headlines for LaTeX export."
(concat
;; Add the TODO keyword with a different formatting
(and todo (format "{\\%s} " todo))
(and todo (format "{\%s} " todo))
;; Add the priority if present
(and priority (when priority (format "\\hspace{0.2em}\\%c" priority)))
;; Add the headline text