From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: [PATCH] Improve configurability of ox-koma-letter Date: Tue, 23 Apr 2013 08:40:08 +0200 Message-ID: References: <20130421175957.GA7821@cartman> <87ppxnkl4d.fsf@gmail.com> <20130422105742.GD7821@cartman> <20130422191448.GC725@kenny.fritz.box> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59437) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUWtu-0002mg-7V for emacs-orgmode@gnu.org; Tue, 23 Apr 2013 02:40:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUWtt-0006y4-0i for emacs-orgmode@gnu.org; Tue, 23 Apr 2013 02:40:26 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:53163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUWts-0006xp-QX for emacs-orgmode@gnu.org; Tue, 23 Apr 2013 02:40:24 -0400 In-reply-to: <20130422191448.GC725@kenny.fritz.box> 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: Viktor Rosenfeld Cc: emacs-orgmode@gnu.org Hi Viktor, Viktor Rosenfeld writes: > Wow, this is great! I didn't know that you can modify the commit history > so easily. I have attached four patches to this mail which correspond to > the four points in my earlier email. They have to be applied > consecutively. Great, thanks. > I can't reproduce this. I have attached a minimal letter as an example. > If I evaluate the emacs-lisp block and export it I can see a graphic > signature that is defined in `Signed.lco' in my `texmf' directory. What > happens on your end? This works (after adding a ":exports results" to the block to avoid its contents being exported). Something must have been fishy in my old setup: it wasn't picking up a global setting of org-koma-letter-signature to nil. I'm still thinking that the default signature should be nil (so that the option can be picked up from the LCO), but it's a minor nitpick. Thanks again for the patch, I'll apply it. Alan