aboutsummaryrefslogtreecommitdiffstats
path: root/publish.el
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-01-04 23:38:11 +0000
committerYann Herklotz <git@yannherklotz.com>2022-01-04 23:38:11 +0000
commitb31371d8e12da4f55733cffbb65ae8c31b927567 (patch)
tree55f18cb7e560485ebdebe4875a2e6c8393dbc8f7 /publish.el
parent3839e1c0dd112501008baf8179bf42c3161a7a57 (diff)
downloadyannherklotz.com-b31371d8e12da4f55733cffbb65ae8c31b927567.tar.gz
yannherklotz.com-b31371d8e12da4f55733cffbb65ae8c31b927567.zip
Remove unnecessary link macro
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/publish.el b/publish.el
index 1b01a84..96af75b 100644
--- a/publish.el
+++ b/publish.el
@@ -12,9 +12,9 @@
(setq org-export-use-babel 'inline-only
org-confirm-babel-evaluate nil)
-(defun ymhg/link (arg1 arg2)
- (cond
- ((eq 'hugo org-export-current-backend) arg1)
- (t arg2)))
+;;(defun ymhg/link (arg1 arg2)
+;; (cond
+;; ((eq 'hugo org-export-current-backend) arg1)
+;; (t arg2)))
(org-hugo-export-wim-to-md :all-subtrees)