emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [BUG][PATCH] latex export of links in description lists


From: Nicolas Goaziou
Subject: Re: [O] [BUG][PATCH] latex export of links in description lists
Date: Tue, 18 Jun 2013 22:49:15 +0200

Hello,

Rick Frankel <address@hidden> writes:

> There is a bug in the processing of description list.
>
> Given the list:
>
> ,----
> | - not a link :: not a link
> | - [[http://link.com][http link]] :: baz
> | - [[#href-test][custom_id link]] :: bar
> | - [[def list][search link]] :: foo
> `----
>
> The latex exporter generates the following output, which fails
> latex processing on the `hyperref's.
>
> ,----
> | \begin{description}
> | \item[not a link] not a link
> | \item[\href{http://link.com}{http link}] baz
> | \item[\hyperref[sec-1]{custom\_id link}] bar
> | \item[\hyperref[sec-1]{search link}] foo
> | \end{description}
> `----
>
> I believe the simplest patch to solve is to wrap the item argument in
> braces as follows:

Applied. Thank you.


Regards,

-- 
Nicolas Goaziou



reply via email to

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