allow org-msg-currently-exporting to be undefined

This commit is contained in:
TEC 2020-06-30 02:53:39 +08:00
parent eefcad0c11
commit 09d739e439

View file

@ -4605,7 +4605,7 @@ match out theme (they don't by default), so I scraped some code from ~emacs.stac
(doom-color 'violet)
(doom-color 'cyan)
(doom-color 'dark-cyan))
(if org-msg-currently-exporting ""
(if (bound-and-true-p org-msg-currently-exporting) ""
"
<<orgHtmlStyle>>
")