emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Michael Bach <phaebz@gmail.com>
To: Vladimir Lomov <lomov.vl@gmail.com>, emacs-orgmode@gnu.org
Subject: Re: LaTeX export: Handle hash symbol in footnote url links
Date: Fri, 21 Feb 2014 13:57:51 +0100	[thread overview]
Message-ID: <53074D4F.4090808@gmail.com> (raw)
In-Reply-To: <20140221111408.GH904@smoon>

Hello Vladimir,

On 21/02/2014 12:14, Vladimir Lomov wrote:
> Hello,
> ** Michael Bach [2014-02-21 11:52:14 +0100]:
> 
>> Dear org-mode Devs and Users,
> 
>> I am trying to export the following snippet
> 
>> #+BEGIN_ORG
>> * LaTeX export of url with hash symbol
> 
>> The Org mode export facilities can be used to export Org documents or
>> parts of Org documents to a variety of other formats.[fn:1]
> 
>> * Footnotes
> 
>> [fn:1] [[http://orgmode.org/org.html#Exporting]]
>> #+END_ORG
> 
>> Now the exported .tex file contains the link as
>> : \footnote{\url{http://orgmode.org/org.html#Exporting}}
> 
>> Which LaTeX does not like:
>> : Illegal parameter number in definition of \Hy@tempa
> 
>> FWIW, there is a workaround for the percent symbol described on SO[1]
>> using `\urldef` - but this does not work with the hash symbol.
> 
>> Is there another workaround/solution that works with org-mode?
> 
> Hash (#), as well as several other symbols have to be espaced when used
> as is in LaTeX documents. See, for example, "The Not So Short
> Introduction to LaTeX2e", 1.3.2 Special Characters. In general it is
> duty of ox-latex (LaTeX export backend) to espace such characters.
> 

Thanks for your answer. `\url` can handle hash symbols in its argument
without escaping alright - as can be expected. AFAICS, the problem lies
in the `\footnote` command. And yes, I was thinking of `ox-latex`
figuring out that the url is in a footnote and escape accordingly.

I can see that the export engine should not and cannot cover all special
cases, but since links and footnotes are `first-class` org-mode
concepts, it would be nice to have them play along in this situation.
From a typographic point of view, I figured url links in footnotes are
not that unusual.

Best Regards,
Michael


>> [1] bit.ly/1cwYJaM
> 
> ---
> WBR, Vladimir Lomov
> 

  reply	other threads:[~2014-02-21 12:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-21 10:52 LaTeX export: Handle hash symbol in footnote url links Michael Bach
2014-02-21 11:14 ` Vladimir Lomov
2014-02-21 12:57   ` Michael Bach [this message]
2014-02-26 14:11     ` Nicolas Goaziou
2014-03-21  8:39       ` Bastien
2014-04-10 17:25       ` Michael Bach

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53074D4F.4090808@gmail.com \
    --to=phaebz@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=lomov.vl@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).