aboutsummaryrefslogtreecommitdiffstats
path: root/publish.el
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-01-04 23:38:53 +0000
committerYann Herklotz <git@yannherklotz.com>2022-01-04 23:38:53 +0000
commit7b999e5e4872ba6c7821f9c60936ff2f454a482a (patch)
tree87d53e45558cc6339b2011a0c78cb9f226f7ef0f /publish.el
parenteba9453f6700ea35347c48c67de0fe6a9b95fda8 (diff)
downloadvericert-docs-7b999e5e4872ba6c7821f9c60936ff2f454a482a.tar.gz
vericert-docs-7b999e5e4872ba6c7821f9c60936ff2f454a482a.zip
Remove link macro
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/publish.el b/publish.el
index fab3ec0..e50fccc 100644
--- a/publish.el
+++ b/publish.el
@@ -9,13 +9,7 @@
(require 'ox)
(require 'ox-hugo)
-(setq org-export-use-babel 'inline-only
- org-confirm-babel-evaluate nil
+(setq org-confirm-babel-evaluate nil
org-export-with-broken-links t)
-(defun ymhg/link (arg1 arg2)
- (cond
- ((eq 'hugo org-export-current-backend) arg1)
- (t arg2)))
-
(org-hugo-export-wim-to-md :all-subtrees)