Rasmus writes: > Export the following to LaTeX: > > #+BEGIN_SRC Org > #+TITLE:test > #+LATEX_HEADER:\newcommand{test}{\textsc{ps}:this is a test} > #+LATEX_HEADER:\newcommand{ttest}{\textsc{ps}\:this is a test} > #+LATEX_HEADER:\newcommand{tttest}{\textsc{ps}\\:this is a test} > #+LATEX_HEADER:\newcommand{ttttest}{\textsc{ps}$\colon$this is a test} > > this is a test > #+END_SRC
I see, and this is quite a serious issue. It also means we cannot put a ':' in any other field, like the opening or closing of the letter. And multiline "ps" are going to be tricky. Maybe we could have a way to set the "closing" at the spot where we want it to happen, then write the ps and encl manually. I don't really know how to tweak the exporter for this to happen, though. Alan