From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: [PATCH] Improve configurability of ox-koma-letter Date: Sun, 05 May 2013 18:33:52 +0200 Message-ID: References: <20130421175957.GA7821@cartman> <878v4adh12.fsf@pank.eu> <20130422112728.GE7821@cartman> <8738uidaxh.fsf@pank.eu> <20130422192216.GD725@kenny.fritz.box> <87a9oodd4w.fsf@pank.eu> <20130505132729.GB2898@kenny.local> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZ1sq-0007sZ-JG for emacs-orgmode@gnu.org; Sun, 05 May 2013 12:33:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZ1sp-0001PO-4E for emacs-orgmode@gnu.org; Sun, 05 May 2013 12:33:56 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:7902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZ1so-0001N8-UZ for emacs-orgmode@gnu.org; Sun, 05 May 2013 12:33:55 -0400 In-reply-to: <20130505132729.GB2898@kenny.local> 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, Rasmus Hi Victor, Viktor Rosenfeld writes: > Hi Rasmus and Alan, > > I've changed the code so the value for foldmarks is passed through to > KOMA-Script. It's a bit ugly insofar as one has to specify > foldmarks:true to use the default values instead of other options, such > as backaddress:t. However, subject also uses a string already. I have a question about this: is there some special magic that makes the string "nil" to be parsed as `nil' and not as the string? About the subject, I had a quick look at the code and I find it surprising: the default is "untitled", and I don't know how one can set it to nil (unless there is some magic in plist-get that transforms the "nil" string into nil). Please don't hesitate to educate me, I'm very much an emacs-lisp newbie. Best, Alan