Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2013-05-28 10:49:44 +02:00
commit 60ca9e782b
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ This variable can be set to either `atx' or `setext'."
(org-open-file (org-md-export-to-markdown nil s v)))))))
:translate-alist '((bold . org-md-bold)
(code . org-md-verbatim)
(underline . org-md-verbatim)
(comment . (lambda (&rest args) ""))
(comment-block . (lambda (&rest args) ""))
(example-block . org-md-example-block)