From 2dceb9e7c2c8c4a1b5f3d72bceb19d5ce7d7c4ed Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 12 May 2018 16:14:44 -0400 Subject: Mark strings as safe for org-archive-location --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 73bc748..4c2a6a5 100644 --- a/init.el +++ b/init.el @@ -120,6 +120,7 @@ "|" "DONE(d)" "NA(n@)"))) (put 'org-log-done 'safe-local-variable #'booleanp) + (put 'org-archive-location 'safe-local-variable #'stringp) (setq org-catch-invisible-edits 'error org-special-ctrl-k t -- cgit v1.2.3