emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] changing \href to \myhref in LaTex export


From: Martin G. Skjæveland
Subject: [Orgmode] changing \href to \myhref in LaTex export
Date: Tue, 19 Jan 2010 16:31:23 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Hi,

is it possible to change how hyperlinks are exported to LaTex without going into to org-latex.el, but setting by a variable or similar in my .emacs file?

I would like to export hyperlinks in Latex as \myhref (or something else) instead of \href, so that I can redefine \myhref using \href, like this

   \usepackage{ifthen}
   \newcommand{\myhref}[2]{
     \ifthenelse{\equal{#1}{#2}}
       {\href{#1}{#2}}
       {\href{#1}{#2}\footnote{\url{#1}}}
     }

and thus include the URLs of the links as footnotes.

(I thought I could set this with a parameter of the hyperref package in LaTex, but I have not found a way.)

Thanks!
Martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]