[Emacs] Change super-agenda ordering

This commit is contained in:
Ivan Malison 2017-08-25 12:50:12 -07:00
parent e06a2e1a1d
commit d94b1d3a4f
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3411,12 +3411,14 @@ alphanumeric characters only."
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package org-super-agenda (use-package org-super-agenda
:config :config
(setq org-super-agenda-groups (progn
'((:order-multi (-1 (:name "High priority" (org-super-agenda-mode +1)
(:priority<= "B")))) (setq org-super-agenda-groups
(:order-multi (1 (:name "Done today" '((:order-multi (1 (:name "High priority"
:and (:regexp "State \"DONE\"" :priority> "C")))
:log t))))))) (:order-multi (1 (:name "Done today"
:and (:regexp "State \"DONE\""
:log t))))))))
#+END_SRC #+END_SRC
**** helm-org-rifle **** helm-org-rifle
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp