emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-agenda-prefix-format %s returns null string


From: Bastien
Subject: Re: [O] org-agenda-prefix-format %s returns null string
Date: Wed, 06 Nov 2013 12:19:51 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi Samuel,

Samuel Wales <address@hidden> 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>\"<now>\"+SCHEDULED<\"<+1m>\""
>                          "|+DEADLINE>\"<now>\"+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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]