From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: HowTo: Letter template method using yasnippet Date: Sun, 08 Jul 2012 15:34:33 +0200 Message-ID: <87y5mus7fa.fsf@gmail.com> References: <8762a2l6f7.fsf@googlemail.com> <2012-07-06T20-54-34@devnull.Karl-Voit.at> <87zk7cplfv.fsf@gmail.com> <2869013.sqPVqlcVm5@linux-nyil.site> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SnrgP-0002Uu-8s for emacs-orgmode@gnu.org; Sun, 08 Jul 2012 09:37:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SnrgN-0000wT-OO for emacs-orgmode@gnu.org; Sun, 08 Jul 2012 09:37:52 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:64173) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SnrgN-0000wP-FJ for emacs-orgmode@gnu.org; Sun, 08 Jul 2012 09:37:51 -0400 Received: by werl57 with SMTP id l57so2780090wer.0 for ; Sun, 08 Jul 2012 06:37:48 -0700 (PDT) In-Reply-To: <2869013.sqPVqlcVm5@linux-nyil.site> (AW's message of "Sun, 08 Jul 2012 11:08:23 +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: AW Cc: emacs-orgmode@gnu.org Hello, AW writes: > At least I do, which leads to my plea to amend org-koma-letter.el to export > headlines. Just remove the line: (headline . org-koma-letter-headline) in the file (and `org-koma-letter-headline' function if you want to) If you don't want to reload emacs in order to take changes into account, you'll have to: M-: (makunbound 'org-koma-letter-translate-alist) and eval buffer again. Regards, -- Nicolas Goaziou