aboutsummaryrefslogtreecommitdiffstats
path: root/doom
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-18 11:04:35 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-18 11:04:35 +0100
commit43d36c52d8382852d2dc648b4389f90f76ee3753 (patch)
tree579cc1a163723f202004dcad1748d672a0f271f9 /doom
parent6c9ee73b738c4688283ddb64724a3557852b40ea (diff)
downloaddotfiles-43d36c52d8382852d2dc648b4389f90f76ee3753.tar.gz
dotfiles-43d36c52d8382852d2dc648b4389f90f76ee3753.zip
Add export with broken links
Diffstat (limited to 'doom')
-rw-r--r--doom/config.el2
1 files changed, 2 insertions, 0 deletions
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)