* lisp/ox-md.el (org-md-link): Add missing "#".
This commit is contained in:
Nicolas Goaziou 2015-09-09 16:12:47 +02:00
parent 5adb8bcfa2
commit b6c473b47f
1 changed files with 1 additions and 1 deletions

View File

@ -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))