Explorar o código

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.
Nicolas Goaziou %!s(int64=12) %!d(string=hai) anos
pai
achega
9e7231cd27
Modificáronse 1 ficheiros con 0 adicións e 11 borrados
  1. 0 11
      lisp/ox-md.el

+ 0 - 11
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))