summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2013-05-28 10:48:08 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2013-05-28 10:48:08 +0200
commitd3f9b1cb7bd9c74b520855a749637b3816716d89 (patch)
tree0c6793bfe33e8b842b5efd704daa2ee79bb33464
parent206762bd34bdaf1816897db93b73b3822071aa83 (diff)
downloadorg-mode-d3f9b1cb7bd9c74b520855a749637b3816716d89.tar.gz
ox-md: Fix error when exporting underline objects
* lisp/ox-md.el (md): Delegate underscore transcoding to HTML back-end.
-rw-r--r--lisp/ox-md.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/ox-md.el b/lisp/ox-md.el
index 61f42b8..52ed42b 100644
--- a/lisp/ox-md.el
+++ b/lisp/ox-md.el
@@ -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)