From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hsiu-Khuern Tang Subject: Re: Unnecessary comma escapes in HTML export of #+INCLUDE files Date: Thu, 23 Jul 2009 22:45:21 -0700 Message-ID: <20090724054520.GB2207@hplhtang> References: <20090722011304.GY16388@hplhtang> <87tz15jgv3.fsf@bzg.ath.cx> <20090722173504.GZ16388@hplhtang> <87vdlizxha.fsf@bzg.ath.cx> Reply-To: Hsiu-Khuern Tang Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MUDce-0002G9-WE for emacs-orgmode@gnu.org; Fri, 24 Jul 2009 01:47:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MUDca-0002CK-2t for emacs-orgmode@gnu.org; Fri, 24 Jul 2009 01:47:12 -0400 Received: from [199.232.76.173] (port=50157 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MUDcZ-0002CA-Uq for emacs-orgmode@gnu.org; Fri, 24 Jul 2009 01:47:07 -0400 Received: from gundega.hpl.hp.com ([192.6.19.190]:63153) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MUDcZ-0003cs-7D for emacs-orgmode@gnu.org; Fri, 24 Jul 2009 01:47:07 -0400 Received: from mailhub-pa1.hpl.hp.com (mailhub-pa1.hpl.hp.com [15.25.115.25]) by gundega.hpl.hp.com (8.14.3/8.14.1/HPL-PA Relay) with ESMTP id n6O5jKSB009939 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 23 Jul 2009 22:45:20 -0700 (PDT) Received: from hplhtang.hpl.hp.com (hplhtang.hpl.hp.com [15.4.92.39]) by mailhub-pa1.hpl.hp.com (8.14.3/8.14.3/HPL-PA Hub) with ESMTP id n6O5jJCT024786 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 23 Jul 2009 22:45:20 -0700 Received: from htang by hplhtang.hpl.hp.com with local (Exim 4.69) (envelope-from ) id 1MUDar-0002kj-7P for emacs-orgmode@gnu.org; Thu, 23 Jul 2009 22:45:21 -0700 Content-Disposition: inline In-Reply-To: <87vdlizxha.fsf@bzg.ath.cx> 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" * On Fri 01:22AM +0000, 24 Jul 2009, Bastien (bastienguerry@googlemail.com) wrote: > Hi Hsiu-Khuern, > > I've just pushed a fix for this: when the "src" switch is present, > including a file won't escape org-like lines. With a bare #+include > we still escape lines starting with * or #. > > Please test it and report any problem. It works beautifully now. Thank you very much for the fix! -- Best, Hsiu-Khuern.