From 09d739e439ac997284125d10677e1474f116c9af Mon Sep 17 00:00:00 2001 From: TEC Date: Tue, 30 Jun 2020 02:53:39 +0800 Subject: [PATCH] allow org-msg-currently-exporting to be undefined --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index d19638a..1fb2a2a 100644 --- a/config.org +++ b/config.org @@ -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) "" " <> ")