emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* indicate scheduled or deadline
@ 2016-02-07 18:08 Samuel Wales
  2016-02-08  0:58 ` Samuel Wales
  0 siblings, 1 reply; 2+ messages in thread
From: Samuel Wales @ 2016-02-07 18:08 UTC (permalink / raw)
  To: emacs-orgmode

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: indicate scheduled or deadline
  2016-02-07 18:08 indicate scheduled or deadline Samuel Wales
@ 2016-02-08  0:58 ` Samuel Wales
  0 siblings, 0 replies; 2+ messages in thread
From: Samuel Wales @ 2016-02-08  0:58 UTC (permalink / raw)
  To: emacs-orgmode

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 <samologist@gmail.com> 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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-08  0:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-07 18:08 indicate scheduled or deadline Samuel Wales
2016-02-08  0:58 ` Samuel Wales

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).