From b6c473b47f377666db66cabd5911cc43ddf88993 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 9 Sep 2015 16:12:47 +0200 Subject: [PATCH] ox-md: Fix 790bd64 * lisp/ox-md.el (org-md-link): Add missing "#". --- 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 829263cfb..2abf1895e 100644 --- a/lisp/ox-md.el +++ b/lisp/ox-md.el @@ -354,7 +354,7 @@ a communication channel." (org-element-property :title destination) info))) ((atom number) (number-to-string number)) (t (mapconcat #'number-to-string number "."))))))) - (format "[%s](%s)" + (format "[%s](#%s)" description (org-export-get-reference destination info)))) (t (let* ((raw-path (org-element-property :path link))