Revert "LaTeX export: use org-export-latex-hyperref-format"

This reverts commit f5918bdcc0.
This commit is contained in:
Carsten Dominik 2010-10-29 05:57:24 +02:00
parent a26da85783
commit 110b4c4610
1 changed files with 2 additions and 2 deletions

View File

@ -2016,10 +2016,10 @@ The conversion is made depending of STRING-BEFORE and STRING-AFTER."
(insert (format
(org-export-get-coderef-format path desc)
(cdr (assoc path org-export-code-refs)))))
(radiop (insert (format org-export-latex-hyperref-format
(radiop (insert (format "\\hyperref[%s]{%s}"
(org-solidify-link-text raw-path) desc)))
((not type)
(insert (format org-export-latex-hyperref-format
(insert (format "\\hyperref[%s]{%s}"
(org-remove-initial-hash
(org-solidify-link-text raw-path))
desc)))