Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2014-04-06 14:08:16 +02:00
commit 081e6b4b3b
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ channel."
(replace-regexp-in-string
"^" " "
(org-remove-indentation
(org-element-property :value example-block))))
(org-export-format-code-default example-block info))))
(defun org-md-export-block (export-block contents info)
"Transcode a EXPORT-BLOCK element from Org to Markdown.