From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Org-agenda-leaders Date: Fri, 23 Oct 2015 22:35:09 +0200 Message-ID: <87k2qdz5ky.fsf@nicolasgoaziou.fr> References: <87611zop4y.fsf@fastmail.fm> <87oafqjn1p.fsf@pierrot.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zpj1l-0006jy-Lz for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 16:33:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zpj1k-0005Fj-Pe for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 16:33:29 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:40933) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zpj1k-0005Eh-JE for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 16:33:28 -0400 In-Reply-To: <87oafqjn1p.fsf@pierrot.dokosmarshall.org> (Nick Dokos's message of "Thu, 22 Oct 2015 23:12:18 -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 Hello, Nick Dokos writes: > ,---- > | (defconst org-clock-string "CLOCK:" > | "String used as prefix for timestamps clocking work hours on an item.") > | > | (defvar org-closed-string "CLOSED:" > | "String used as the prefix for timestamps logging closing a TODO entry.") > | > | (defvar org-deadline-string "DEADLINE:" > | "String to mark deadline entries. > | A deadline is this string, followed by a time stamp. Should be a word, > | terminated by a colon. You can insert a schedule keyword and > | a timestamp with \\[org-deadline].") > | > | (defvar org-scheduled-string "SCHEDULED:" > | "String to mark scheduled TODO entries. > | A schedule is this string, followed by a time stamp. Should be a word, > | terminated by a colon. You can insert a schedule keyword and > | a timestamp with \\[org-schedule].") > `---- > > Try redefining some or all of these strings. Please don't. They should be defconst and are kept as defvar for historical reasons. Regards, -- Nicolas Goaziou