From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brenton Kenkel Subject: Quotation marks in links in LaTeX export Date: Mon, 26 Oct 2009 23:42:59 -0400 Message-ID: <22f6f9a30910262042i6466011el2a52d2391ee54894@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1787698632==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N2cxe-0004Hp-B7 for emacs-orgmode@gnu.org; Mon, 26 Oct 2009 23:43:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N2cxZ-0004Cy-Tg for Emacs-orgmode@gnu.org; Mon, 26 Oct 2009 23:43:06 -0400 Received: from [199.232.76.173] (port=51448 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2cxZ-0004Ca-LW for Emacs-orgmode@gnu.org; Mon, 26 Oct 2009 23:43:01 -0400 Received: from mail-bw0-f219.google.com ([209.85.218.219]:50958) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N2cxY-0004Cl-O8 for Emacs-orgmode@gnu.org; Mon, 26 Oct 2009 23:43:01 -0400 Received: by bwz19 with SMTP id 19so2887481bwz.8 for ; Mon, 26 Oct 2009 20:42:59 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs-orgmode@gnu.org --===============1787698632== Content-Type: multipart/alternative; boundary=0016363b9a8a7530780476e2791b --0016363b9a8a7530780476e2791b Content-Type: text/plain; charset=ISO-8859-1 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 --0016363b9a8a7530780476e2791b Content-Type: text/html; charset=ISO-8859-1 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
--0016363b9a8a7530780476e2791b-- --===============1787698632== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1787698632==--