emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Superagenda selector ":priority" matches only deadlines


From: Sven Bretfeld
Subject: [O] Superagenda selector ":priority" matches only deadlines
Date: Thu, 19 Jul 2018 12:12:16 +0200
User-agent: mu4e 0.9.19; emacs 26.1

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





reply via email to

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