aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-12-25 14:17:49 +0100
committerYann Herklotz <git@yannherklotz.com>2021-12-25 14:17:49 +0100
commit225478f6f6c789ae75a5eed6dfd0940422058a51 (patch)
tree7ba5656f85d752e6bc862f8c5329dd1f5c5f7f9d
parentd34f7ef7f31ca7585b7dcdbc6f1cde52f61c565c (diff)
downloadvericert-docs-225478f6f6c789ae75a5eed6dfd0940422058a51.tar.gz
vericert-docs-225478f6f6c789ae75a5eed6dfd0940422058a51.zip
Add export with broken links
-rw-r--r--.build.yml2
-rw-r--r--publish.el3
2 files changed, 3 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index df8bde7..30e2139 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,6 +1,6 @@
image: debian/testing
packages:
- - emacs
+ - emacs-nox
- hugo
- zip
sources:
diff --git a/publish.el b/publish.el
index 1b01a84..fab3ec0 100644
--- a/publish.el
+++ b/publish.el
@@ -10,7 +10,8 @@
(require 'ox-hugo)
(setq org-export-use-babel 'inline-only
- org-confirm-babel-evaluate nil)
+ org-confirm-babel-evaluate nil
+ org-export-with-broken-links t)
(defun ymhg/link (arg1 arg2)
(cond