From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-agenda-prefix-format %s returns null string Date: Wed, 06 Nov 2013 12:19:51 +0100 Message-ID: <87eh6tdbfs.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve1H4-0005Ir-49 for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 06:27:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ve1Gv-0007mb-4u for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 06:27:50 -0500 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:65145) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve1Gu-0007mN-Ua for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 06:27:41 -0500 Received: by mail-wi0-f170.google.com with SMTP id ex4so4669436wid.3 for ; Wed, 06 Nov 2013 03:27:40 -0800 (PST) In-Reply-To: (Samuel Wales's message of "Sun, 6 Oct 2013 14:36:30 -0700") 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: Samuel Wales Cc: emacs-orgmode@gnu.org Hi Samuel, Samuel Wales writes: > My understanding is that %s is supposed to show scheduling > information? Do people typically use %(org-get-property > \"SCHEDULED\") and similar instead? > > Thanks. > > === > `(("i" . "views -- agenda, next") > ("iu" "upcoming scheduled and deadline, by timestamp -- experimental" > tags ,(concat "+SCHEDULED>\"\"+SCHEDULED<\"<+1m>\"" > "|+DEADLINE>\"\"+DEADLINE<\"<+1m>\"") > ((org-use-tag-inheritance nil) > (org-agenda-prefix-format "%s") > (org-agenda-sorting-strategy '(timestamp-up)))) > ... > === `org-agenda-prefix-format' need to be a list listing formats for various contexts -- see the standard value of this option or try to customize it through customize. HTH, -- Bastien