From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Org-agenda-leaders Date: Sun, 25 Oct 2015 18:31:27 +0100 Message-ID: <87wpuac0sw.fsf@nicolasgoaziou.fr> References: <87611zop4y.fsf@fastmail.fm> <87oafqjn1p.fsf@pierrot.dokosmarshall.org> <87k2qdz5ky.fsf@nicolasgoaziou.fr> <871tcl8es9.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqP71-0005LE-V6 for emacs-orgmode@gnu.org; Sun, 25 Oct 2015 13:29:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqP71-0002qt-3m for emacs-orgmode@gnu.org; Sun, 25 Oct 2015 13:29:43 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:42566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqP70-0002ql-To for emacs-orgmode@gnu.org; Sun, 25 Oct 2015 13:29:43 -0400 In-Reply-To: <871tcl8es9.fsf@alphaville.usersys.redhat.com> (Nick Dokos's message of "Fri, 23 Oct 2015 17:18:30 -0400") 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: Nick Dokos Cc: emacs-orgmode@gnu.org Nick Dokos writes: > Oops - sorry: I didn't realize that. I didn't even notice the CLOCK > defconst. As a matter of curiosity, what's the back story here? Backward compatibility. What else? A defconst prevent anyone from using anything else than "DEADLINE:" and "SCHEDULED:" (I cannot remember exactly, but even though you can still modify them, it breaks something elsewhere). With a defvar, we tolerate users on the dark side of the syntax. But really, no one should modify these keywords. Regards,