projects
/
org-mode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
db6602e
)
org-md: Also translate fixed-width areas
author
Nicolas Goaziou
<n.goaziou@gmail.com>
Mon, 28 Jan 2013 17:47:43 +0000 (18:47 +0100)
committer
Nicolas Goaziou
<n.goaziou@gmail.com>
Mon, 28 Jan 2013 17:47:43 +0000 (18:47 +0100)
contrib/lisp/org-md.el
patch
|
blob
|
history
diff --git
a/contrib/lisp/org-md.el
b/contrib/lisp/org-md.el
index
cdad19f
..
770cbfc
100644
(file)
--- a/
contrib/lisp/org-md.el
+++ b/
contrib/lisp/org-md.el
@@
-68,6
+68,7
@@
This variable can be set to either `atx' or `setext'."
:translate-alist ((bold . org-md-bold)
(code . org-md-verbatim)
(example-block . org-md-example-block)
+ (fixed-width . org-md-example-block)
(footnote-definition . ignore)
(footnote-reference . ignore)
(headline . org-md-headline)