From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Re: Escaping to insert comments in exported text Date: Sun, 27 Mar 2011 06:36:18 -1000 Message-ID: References: <20110327034819.29b9ee51@bhishma.homelinux.net> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: multipart/alternative; boundary=Apple-Mail-2-814031001 Return-path: Received: from [140.186.70.92] (port=34295 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3swx-00035V-Ha for emacs-orgmode@gnu.org; Sun, 27 Mar 2011 12:36:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3sww-0002t5-EA for emacs-orgmode@gnu.org; Sun, 27 Mar 2011 12:36:23 -0400 Received: from cpoproxy1-pub.bluehost.com ([69.89.21.11]:49110 helo=outbound-mail-01.bluehost.com) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Q3sww-0002sn-7L for emacs-orgmode@gnu.org; Sun, 27 Mar 2011 12:36:22 -0400 In-Reply-To: <20110327034819.29b9ee51@bhishma.homelinux.net> 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: Suvayu Ali Cc: Org mode mailing list --Apple-Mail-2-814031001 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Aloha Suvayu, I'd be inclined to use #+LaTeX: %text Alternatively (and perhaps more robustly with multiline comments) you could make certain to \usepackage{verbatim} and then use #+BEGIN_COMMENT text #+END_COMMENT following the example of block level markup here: http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-10_2 hth, Tom On Mar 27, 2011, at 12:48 AM, Suvayu Ali wrote: > Hi Orgers, > > I wanted to insert comments in the exported tex file for latex export. > Is there an standard way to do that? I found normal '%text' gets > exported as '\%text'. However I can export comments by putting > '%%text', it gets exported as '%\%text'. > > Is there any other solutions out there? > > -- > Suvayu > > Open source is the future. It sets us free. > --Apple-Mail-2-814031001 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Aloha = Suvayu,

I'd be inclined to use #+LaTeX: = %text

Alternatively (and perhaps more robustly = with multiline comments) you could make certain to \usepackage{verbatim} = and then = use 

#+BEGIN_COMMENT 
text&nb= sp;
#+END_COMMENT

following the = example of block level markup here:


On Mar 27, 2011, at 12:48 AM, Suvayu Ali = wrote:

Hi Orgers,

I wanted to insert comments in the = exported tex file for latex export.
Is there an standard way to do = that? I found normal '%text' gets
exported as '\%text'. However I can = export comments by putting
'%%text', it gets exported as = '%\%text'.

Is there any other solutions out there?

-- =
Suvayu

Open source is the future. It sets us = free.


= --Apple-Mail-2-814031001--