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==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Quotation marks in links in LaTeX export Date: Wed, 28 Oct 2009 10:30:28 +0100 Message-ID: <412DBE2B-A744-42F9-9DB0-BAF6BB90474A@gmail.com> References: <22f6f9a30910262042i6466011el2a52d2391ee54894@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N34rW-0003On-DV for emacs-orgmode@gnu.org; Wed, 28 Oct 2009 05:30:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N34rR-0003NI-G9 for Emacs-orgmode@gnu.org; Wed, 28 Oct 2009 05:30:37 -0400 Received: from [199.232.76.173] (port=45215 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N34rR-0003NC-7U for Emacs-orgmode@gnu.org; Wed, 28 Oct 2009 05:30:33 -0400 Received: from mail-ew0-f228.google.com ([209.85.219.228]:58086) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N34rQ-0000HI-SP for Emacs-orgmode@gnu.org; Wed, 28 Oct 2009 05:30:33 -0400 Received: by ewy28 with SMTP id 28so591094ewy.42 for ; Wed, 28 Oct 2009 02:30:31 -0700 (PDT) In-Reply-To: <22f6f9a30910262042i6466011el2a52d2391ee54894@mail.gmail.com> 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: Brenton Kenkel Cc: Emacs-orgmode@gnu.org Hi Brenton, thanks for your report, this bug is fixed now. - Carsten On Oct 27, 2009, at 4:42 AM, Brenton Kenkel wrote: > 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 > _______________________________________________ > 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 - Carsten