[O] indicate scheduled or deadline

2016-02-07 Thread Samuel Wales
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

Re: [O] indicate scheduled or deadline

2016-02-07 Thread Samuel Wales
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 wrote: > some