Fixed issue with brackets
This commit is contained in:
parent
3000e13336
commit
37aca3ca39
@ -10,7 +10,7 @@
|
|||||||
"Custom function to format headlines for LaTeX export."
|
"Custom function to format headlines for LaTeX export."
|
||||||
(concat
|
(concat
|
||||||
;; Add the TODO keyword with a different formatting
|
;; Add the TODO keyword with a different formatting
|
||||||
(and todo (format "{\\%s} " todo))
|
(and todo (format "{\%s} " todo))
|
||||||
;; Add the priority if present
|
;; Add the priority if present
|
||||||
(and priority (when priority (format "\\hspace{0.2em}\\%c" priority)))
|
(and priority (when priority (format "\\hspace{0.2em}\\%c" priority)))
|
||||||
;; Add the headline text
|
;; Add the headline text
|
||||||
|
Loading…
Reference in New Issue
Block a user