org-export: Apply property change to radio-target elements

* EXPERIMENTAL/org-e-html.el (org-e-html-radio-target): Apply property
  change to radio-target elements.
* EXPERIMENTAL/org-e-latex.el (org-e-latex-radio-target): Apply
  property change to radio-target elements.
* EXPERIMENTAL/org-e-odt.el (org-e-odt-radio-target): Apply property
  change to radio-target elements.
This commit is contained in:
Nicolas Goaziou 2012-03-28 14:06:39 +02:00
parent 763991fbda
commit 3abf884c49
3 changed files with 3 additions and 3 deletions

View File

@ -2703,7 +2703,7 @@ holding contextual information."
TEXT is the text of the target. INFO is a plist holding
contextual information."
(let ((id (org-export-solidify-link-text
(org-element-property :raw-value radio-target))))
(org-element-property :value radio-target))))
(format "<a id=\"%s\" name=\"%s\">%s</a>" id id text)))

View File

@ -1655,7 +1655,7 @@ TEXT is the text of the target. INFO is a plist holding
contextual information."
(format "\\label{%s}%s"
(org-export-solidify-link-text
(org-element-property :raw-value radio-target))
(org-element-property :value radio-target))
text))

View File

@ -4154,7 +4154,7 @@ TEXT is the text of the target. INFO is a plist holding
contextual information."
(org-e-odt-format-anchor
text (org-export-solidify-link-text
(org-element-property :raw-value radio-target))))
(org-element-property :value radio-target))))
;;;; Special Block