From b31371d8e12da4f55733cffbb65ae8c31b927567 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 4 Jan 2022 23:38:11 +0000 Subject: Remove unnecessary link macro --- publish.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'publish.el') 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) -- cgit