alphapapa / org-super-agenda

Supercharge your Org daily/weekly agenda by grouping items
GNU General Public License v3.0
1.35k stars 107 forks source link

not finding anything that isn't scheduled (or have a deadline) #160

Closed r-medina closed 4 years ago

r-medina commented 4 years ago

documentation says :scheduled nil selects items that have not been scheduled. but

(setq org-super-agenda-groups
      '((:name "Catch All" :scheduled nil)))

selects nothing

is there something i am doing wrong?

alphapapa commented 4 years ago

Please see the FAQ in the readme.

r-medina commented 4 years ago

sorry about that!