Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2014-11-06 19:20:13 +01:00
commit c177d3ca9e
1 changed files with 1 additions and 1 deletions

View File

@ -782,7 +782,7 @@ contextual information."
"Transcode a TARGET object into Beamer code.
CONTENTS is nil. INFO is a plist holding contextual
information."
(format "\\hypertarget{%s}{}"
(format "\\label{%s}"
(org-export-solidify-link-text (org-element-property :value target))))