From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tang, Hsiu-Khuern" Subject: Unnecessary comma escapes in HTML export of #+INCLUDE files Date: Tue, 21 Jul 2009 18:13:05 -0700 Message-ID: <20090722011304.GY16388@hplhtang> Reply-To: "Tang, Hsiu-Khuern" 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 1MTQQA-0004ym-O7 for emacs-orgmode@gnu.org; Tue, 21 Jul 2009 21:15:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTQQ5-0004ya-8e for emacs-orgmode@gnu.org; Tue, 21 Jul 2009 21:15:01 -0400 Received: from [199.232.76.173] (port=44371 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTQQ5-0004yX-2e for emacs-orgmode@gnu.org; Tue, 21 Jul 2009 21:14:57 -0400 Received: from gundega.hpl.hp.com ([192.6.19.190]:64295) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MTQQ4-00035Y-EN for emacs-orgmode@gnu.org; Tue, 21 Jul 2009 21:14:56 -0400 Received: from masterns.hpl.hp.com (masterns.hpl.hp.com [15.0.48.4]) by gundega.hpl.hp.com (8.14.3/8.14.1/HPL-PA Relay) with ESMTP id n6M1D5Hh004621 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 21 Jul 2009 18:13:05 -0700 (PDT) Received: from hplhtang.hpl.hp.com (hplhtang.hpl.hp.com [15.4.92.39]) by masterns.hpl.hp.com (8.14.3/8.14.3/HPL-PA Hub) with ESMTP id n6M1D4Ot002622 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 21 Jul 2009 18:13:05 -0700 Received: from htang by hplhtang.hpl.hp.com with local (Exim 4.69) (envelope-from ) id 1MTQOH-0007CY-9B for emacs-orgmode@gnu.org; Tue, 21 Jul 2009 18:13:05 -0700 Content-Disposition: inline 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" If I include a file in my Org file, say using #+INCLUDE: "script.sh" src sh and export to HTML, the included file shows up as a
 block, which is nice.
However, a leading comma is put in front of every line that starts with a #,
even those with leading whitespace.  I understand that a comma is used to
escape # in the first column of literal examples, to distinguish from Org
comment lines.  (This escaping is no longer strictly necessary, since the
#+BEGIN_EXAMPLE block can now be indented.)

For included files, could we not add the escaping commas?  Thanks for
considering!

-- 
Best,
Hsiu-Khuern.