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

2011-03-27 Thread Suvayu Ali
Hi Tom, On Sun, 27 Mar 2011 06:36:18 -1000 "Thomas S. Dye" wrote: > 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_C

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

2011-03-27 Thread Thomas S. Dye
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

[O] Escaping to insert comments in exported text

2011-03-27 Thread Suvayu Ali
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? -- S