From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: sticky agenda and clock persistence interaction Date: Sat, 22 Sep 2012 08:51:07 +0200 Message-ID: <877grm1rfo.fsf@bzg.ath.cx> References: <876277s1l0.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFJYY-0005Av-Ox for emacs-orgmode@gnu.org; Sat, 22 Sep 2012 02:51:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TFJYT-0004oE-Mc for emacs-orgmode@gnu.org; Sat, 22 Sep 2012 02:51:14 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:58893) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFJYT-0004oA-FZ for emacs-orgmode@gnu.org; Sat, 22 Sep 2012 02:51:09 -0400 Received: by wgbdt14 with SMTP id dt14so2428258wgb.30 for ; Fri, 21 Sep 2012 23:51:08 -0700 (PDT) In-Reply-To: <876277s1l0.fsf@Rainer.invalid> (Achim Gratz's message of "Fri, 21 Sep 2012 19:55:07 +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: Achim Gratz Cc: emacs-orgmode@gnu.org Achim Gratz writes: > Brian van den Broek writes: >> (setq org-agenda-sticky t) > > That's a defcustom and you should not try to setq it unless you really > know when and how defcustom does its thing (I don't). What's wrong with setq'ing a variable defined with defcustom? AFAIK that's the usual way to add customization in your init file, independantly of the customization you add through the customize interface. And that's the way advertized in the Emacs manual too. -- Bastien