emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [patch] ox-koma-letter


From: Nicolas Goaziou
Subject: Re: [O] [patch] ox-koma-letter
Date: Mon, 04 Mar 2013 21:38:38 +0100

Hello,

Rasmus <address@hidden> writes:

> Alan Schmitt <address@hidden> 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



reply via email to

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