Hello, Rasmus <ras...@gmx.us> writes:
> Alan Schmitt <alan.schm...@polytechnique.org> writes: > >> #+AFTER_CLOSING: text that goes after closing, such as \ps{my ps} >> >> What worries me about this is that we'll probably want something with >> paragraphs. Is it possible? If not, could the approach taken with >> footnotes be also allowed here? > > With my suggestion you could simply do: > > #+AFTER_CLOSING: \ps{PS: > #+AFTER_CLOSING: line 1 > #+AFTER_CLOSING: > #+AFTER_CLOSING: line 2} > > e.g. write what you want and use C-x r t. Headlines are also possible, with a :location: property, which could be set to, e.g. "closing". See also: http://orgmode.org/worg/org-tutorials/org-e-groff-documentation.html for a syntax based on headlines. Another possibility is to use a special block. E.g.: #+begin_closing ... #+end_closing The advantage of previous solutions is that it allows contents to be in Org syntax whereas "AFTER_CLOSING" keywords require it to be in LaTeX syntax. Regards, -- Nicolas Goaziou