emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] indicate scheduled or deadline


From: Samuel Wales
Subject: Re: [O] indicate scheduled or deadline
Date: Sun, 7 Feb 2016 17:58:25 -0700

best i have:

(asetf (cdr (assoc 'agenda org-agenda-prefix-format))
       (replace-regexp-in-string
        "%i "
        "%i%(if (and (alpha-org-entry-get \"CLOSED\")
(alpha-org-entry-get \"SCHEDULED\")) \"!\" \" \")"
        it))

On 2/7/16, Samuel Wales <address@hidden> wrote:
> some tasks show up in agenda agenda as (either closed or
> inactive) and are also (either scheduled or deadline) without indication.
>
> also, tasks show up in agenda text search without indicating
> whether they are also (either scheduled or deadline).
>
> i'd like to indicate that all of these tasks are also (either scheduled or
> deadline) with ?!, perhaps in the prefix.  can this be done
> without slowing down the agenda?
>
> --
> The Kafka Pandemic: http://thekafkapandemic.blogspot.com
>
> The disease DOES progress.  MANY people have died from it.  And
> ANYBODY can get it.
>
> Denmark: free Karina Hansen NOW.
>


-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com

The disease DOES progress.  MANY people have died from it.  And
ANYBODY can get it.

Denmark: free Karina Hansen NOW.



reply via email to

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