From 9e7231cd273fbc9b542a8393ad1e47dd65f4fbec Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 25 Sep 2013 20:58:38 +0200 Subject: [PATCH] ox-md: Do not define `org-md-publish-to-md' twice * lisp/ox-md.el (ox-md-publish-to-md): Do not define function twice. --- lisp/ox-md.el | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lisp/ox-md.el b/lisp/ox-md.el index 58798fb76..feb611c6e 100644 --- a/lisp/ox-md.el +++ b/lisp/ox-md.el @@ -484,17 +484,6 @@ FILENAME is the filename of the Org file to be published. PLIST is the property list for the given project. PUB-DIR is the publishing directory. -Return output file name." - (org-publish-org-to 'md filename ".md" plist pub-dir)) - -;;;###autoload -(defun org-md-publish-to-md (plist filename pub-dir) - "Publish an org file to Markdown. - -FILENAME is the filename of the Org file to be published. PLIST -is the property list for the given project. PUB-DIR is the -publishing directory. - Return output file name." (org-publish-org-to 'md filename ".md" plist pub-dir))