emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Superagenda selector ":priority" matches only deadlines
@ 2018-07-19 10:12 Sven Bretfeld
  0 siblings, 0 replies; only message in thread
From: Sven Bretfeld @ 2018-07-19 10:12 UTC (permalink / raw)
  To: org-mode

Hi

This can't be a feature. The org-super-agenda selector ":priority"
matches no entries except those that have a deadline.

Example:

 (setq org-agenda-custom-commands
       (quote (
         (" " "Super Agenda View" (
           (agenda "" ((org-agenda-span 'day)
             (org-super-agenda-groups
                '((:name "Today "
                   :time-grid t
                   :date today
                   :scheduled today
                   :order 1)
                  (:name "Important "
                   :priority "A"
                   :order 2)
                   )))) <---- more to follow

The 2nd block should match every item with "A" priority. Instead, of the
group:

* TODO [#A] Test 1
  DEADLINE: <2018-07-23 Mo>
* TODO [#A] Test 2
  SCHEDULED: <2018-07-20 Fr>
* TODO [#A] Test 3
* TODO [#B] Test 4
  DEADLINE: <2018-07-21 Sa>

... only the first item (Test 1) is displayed.

Bug or weird feature? Todos having top priority without having a
deadline is a common use case, right?

Sven

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-07-19 10:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-19 10:12 Superagenda selector ":priority" matches only deadlines Sven Bretfeld

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).