From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: [patch] ox-koma-letter Date: Mon, 04 Mar 2013 09:56:20 +0100 Message-ID: References: <87vc9gkund.fsf@pank.eu> <877glpptuj.fsf@pank.eu> <87obf1zcor.fsf@pank.eu> <876218wg2m.fsf@gmail.com> <87wqtntvi7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCRNq-0002qJ-8S for emacs-orgmode@gnu.org; Mon, 04 Mar 2013 04:08:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCRNk-0008F6-1l for emacs-orgmode@gnu.org; Mon, 04 Mar 2013 04:08:34 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:30919) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCRC3-0004eX-HY for emacs-orgmode@gnu.org; Mon, 04 Mar 2013 03:56:23 -0500 In-reply-to: <87wqtntvi7.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org, Rasmus Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> So I guess the only part of the letter design I'm worried about is >> having a 'ps' with several paragraphs. (I guess it's related to the footnote >> with multiple paragraphs questions, but I guess the two blank lines >> approach is only for footnotes.) > > I have trouble understanding the relationship between footnotes and a ps > with several paragraphs. Would you mind explaining what you need wrt to > ps? Sorry, I should have been clearer. We are currently looking at how to extend ox-koma-letter.el to support additional structure, in particular how to add "ps" at the end of the letter. One suggestion was to simply have a: #+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? Thanks, Alan