Browse Source

Merge branch 'maint'

Nicolas Goaziou 10 years ago
parent
commit
c177d3ca9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ox-beamer.el

+ 1 - 1
lisp/ox-beamer.el

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