From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Org/LaTeX set-up for business letters? Date: Fri, 06 Jul 2012 21:23:16 +0200 Message-ID: <87y5mwsnh7.fsf@gnu.org> References: <8762a2l6f7.fsf@googlemail.com> <87mx3ejan4.fsf@googlemail.com> <87ipe1keow.fsf@googlemail.com> <20120706084728.GJ1204@mischka.fritz.box> <874npksv96.fsf@googlemail.com> <87zk7cr9h7.fsf@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SnE6x-0002Bb-Gh for emacs-orgmode@gnu.org; Fri, 06 Jul 2012 15:22:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SnE6v-0006tj-SS for emacs-orgmode@gnu.org; Fri, 06 Jul 2012 15:22:39 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:41731) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SnE6v-0006tZ-JA for emacs-orgmode@gnu.org; Fri, 06 Jul 2012 15:22:37 -0400 Received: by werl57 with SMTP id l57so1884236wer.0 for ; Fri, 06 Jul 2012 12:22:35 -0700 (PDT) In-Reply-To: <87zk7cr9h7.fsf@googlemail.com> (Thorsten Jolitz's message of "Fri, 06 Jul 2012 21:11:00 +0200") 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: Thorsten Jolitz Cc: emacs-orgmode@gnu.org Hi Thorsten, Thorsten Jolitz writes: > If I find (or make) a nice template, I will announce it ;) A letter is no more than a header with the author, the date, the object of the letter, perhaps the client's address and the content of the letter. If you find a nice LaTeX class, it is quite straightforward to create a derived LaTeX backend with ̀org-export-define-derived-backend' so that you get a .tex file using that class and the correct instructions. I would use #+PROPERTY to define the necessary information such as your address, etc. -- Bastien