aboutsummaryrefslogtreecommitdiffstats
path: root/publish.el
diff options
context:
space:
mode:
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)