Re: [O] escaping of #+TEXT lines: \vspace vs \vspace*

2011-03-23 Thread Eric S Fraga
Eric Abrahamsen writes: > Hi, > > In a certain org file I put this line into the export options: > > #+begin_src org-mode > #+TEXT: \vspace*{0.5in} > #+end_src Should this not be #+LATEX: \vspace*{0.5in} instead of TEXT? By the way, if you want such commands to be recognised inline within no

[O] escaping of #+TEXT lines: \vspace vs \vspace*

2011-03-22 Thread Eric Abrahamsen
Hi, In a certain org file I put this line into the export options: #+begin_src org-mode #+TEXT: \vspace*{0.5in} #+end_src The starred version is necessary, obviously, since this comes before any text, and LaTeX will ignore a plain old \vspace{} in those cases. This currently gets escaped as \vs