Hi Samuel,
Samuel Wales <[email protected]> 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