emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Quotation marks in links in LaTeX export


From: Brenton Kenkel
Subject: [Orgmode] Quotation marks in links in LaTeX export
Date: Mon, 26 Oct 2009 23:42:59 -0400

Dear all,

I found an apparent minor bug with links containing quotation marks in LaTeX export. If the first character in the name of a link is a quotation mark, it is converted to a closing mark rather than an opening mark. For example:

,----
| * test
|
| [[http://www.google.com]["hello"]]
| [[http://www.google.com]["two" "quotes"]]
`----

This produces:

,----
| \href{http://www.google.com}{''hello''}
| \href{http://www.google.com}{''two'' ``quotes''}
`----

I am using org-mode 6.32 with Emacs 23.1 on Mac OS X.

Thank you,
Brenton Kenkel

reply via email to

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