From 2868f962a21d9389d732b85c1534201f33324ab7 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 6 Apr 2014 14:06:08 +0200 Subject: [PATCH] ox-md: Fix handling of switches in source blocks * lisp/ox-md.el (org-md-example-block): handle switches and references in source blocks. --- lisp/ox-md.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-md.el b/lisp/ox-md.el index 84e075d38..47994ac32 100644 --- a/lisp/ox-md.el +++ b/lisp/ox-md.el @@ -157,7 +157,7 @@ channel." (replace-regexp-in-string "^" " " (org-remove-indentation - (org-element-property :value example-block)))) + (org-export-format-code-default example-block info)))) ;;;; Headline -- 2.11.4.GIT