Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2017-10-12 01:01:14 +02:00
commit 61c81e8255
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ a communication channel."
(format "<a id=\"%s\"></a>"
(or (org-element-property :CUSTOM_ID headline)
(org-export-get-reference headline info))))))
(concat (org-md--headline-title style level title anchor tags)
(concat (org-md--headline-title style level heading anchor tags)
contents)))))))