emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Samuel Wales <samologist@gmail.com>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: indicate scheduled or deadline
Date: Sun, 7 Feb 2016 17:58:25 -0700	[thread overview]
Message-ID: <CAJcAo8vm26z1=AQZn-NxSZo3T=_A-K2tE8zBqBy1ex8Jbm=b2w@mail.gmail.com> (raw)
In-Reply-To: <CAJcAo8vxMr2Zu4KLuTQR9QkADnH9z+S59M-Kn8DOUp6XpQqt1Q@mail.gmail.com>

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.

      reply	other threads:[~2016-02-08  0:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-07 18:08 indicate scheduled or deadline Samuel Wales
2016-02-08  0:58 ` Samuel Wales [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJcAo8vm26z1=AQZn-NxSZo3T=_A-K2tE8zBqBy1ex8Jbm=b2w@mail.gmail.com' \
    --to=samologist@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).