|
@@ -1147,7 +1147,7 @@ OPT-PLIST is the options plist for current buffer."
|
|
|
(plist-get opt-plist :latex-header-extra))
|
|
|
(org-export-apply-macros-in-string org-export-latex-append-header)
|
|
|
;; define align if not yet defined
|
|
|
- "\\ifx\\alert\\undefined\\let\\alert\\textbf\\fi"
|
|
|
+ "\\providecommand{\\alert}[1]{\\textbf{#1}}"
|
|
|
;; insert the title
|
|
|
(format
|
|
|
"\n\n\\title{%s}\n"
|