Don't call org-export-solidify-link-text

This commit is contained in:
Yujie Wen 2015-08-03 15:17:39 +08:00
parent 4adf7cde86
commit 961bb80f6b
1 changed files with 1 additions and 2 deletions

View File

@ -846,8 +846,7 @@ contextual information."
(frag (org-export-read-attribute :attr_reveal src-block :frag))
(label (let ((lbl (org-element-property :name src-block)))
(if (not lbl) ""
(format " id=\"%s\""
(org-export-solidify-link-text lbl))))))
(format " id=\"%s\"" lbl)))))
(if (not lang)
(format "<pre %s%s>\n%s</pre>"
(or (frag-class frag info) " class=\"example\"")