From 43d36c52d8382852d2dc648b4389f90f76ee3753 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 18 Sep 2021 11:04:35 +0100 Subject: Add export with broken links --- doom/config.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doom/config.el b/doom/config.el index 38ad78d..9ce5089 100644 --- a/doom/config.el +++ b/doom/config.el @@ -347,6 +347,8 @@ (content "article" "content") (postamble "footer" "postamble"))) + (setq org-export-with-broken-links t) + (require 'calendar) (setq calendar-mark-diary-entries-flag t) (setq calendar-mark-holidays-flag t) -- cgit