From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: koma letter exporter: changing the priority of options Date: Mon, 22 Jul 2013 09:50:01 +0200 Message-ID: <87li4z5906.fsf@gmail.com> References: <20130609180059.GA2104@kenny.local> <874nd6we8q.fsf@pank.eu> <20130720115503.GA67549@kenny.local> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1AsR-00052d-Hu for emacs-orgmode@gnu.org; Mon, 22 Jul 2013 03:49:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1AsP-0004D5-UU for emacs-orgmode@gnu.org; Mon, 22 Jul 2013 03:49:51 -0400 Received: from mail-we0-x22e.google.com ([2a00:1450:400c:c03::22e]:36400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1AsP-0004D1-OS for emacs-orgmode@gnu.org; Mon, 22 Jul 2013 03:49:49 -0400 Received: by mail-we0-f174.google.com with SMTP id q54so450348wes.5 for ; Mon, 22 Jul 2013 00:49:48 -0700 (PDT) In-Reply-To: (Alan Schmitt's message of "Mon, 22 Jul 2013 09:14:11 +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: Alan Schmitt Cc: emacs-orgmode@gnu.org, Rasmus Hello, Alan Schmitt writes: > Yes, this is not satisfactory (and the email and author is also > problematic in this regard). We need to know whether an option was set > in the file, independently of its default value. Is there a way to do > this? I didn't follow this thread closely, but to answer your question, you can add the following option: (:email-changed-in-buffer-p "EMAIL" nil nil t) If (plist-get info :email-changed-in-buffer-p) is non-nil, email was set from a buffer keyword. Regards, -- Nicolas Goaziou