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