0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00

Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2014-11-06 19:20:13 +01:00
commit c177d3ca9e

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