1
0
mirror of https://github.com/yjwen/org-reveal.git synced 2024-06-25 07:27:40 +02:00

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

View File

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