emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Escaping to insert comments in exported text


From: Thomas S. Dye
Subject: Re: [O] Escaping to insert comments in exported text
Date: Sun, 27 Mar 2011 06:36:18 -1000

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]