[Emacs] Add org-super-agenda

This commit is contained in:
Ivan Malison 2017-08-23 17:57:09 -07:00
parent f4178214f9
commit f52e3a97b2
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3401,6 +3401,17 @@ alphanumeric characters only."
:after org-projectile :after org-projectile
:bind (("C-c n p" . org-projectile-helm-template-or-project))) :bind (("C-c n p" . org-projectile-helm-template-or-project)))
#+END_SRC #+END_SRC
**** org-super-agenda
#+BEGIN_SRC emacs-lisp
(use-package org-super-agenda
:config
(setq org-super-agenda-groups
'((:order-multi (-1 (:name "High priority"
(:priority<= "B"))))
(:order-multi (1 (:name "Done today"
:and (:regexp "State \"DONE\""
:log t)))))))
#+END_SRC
**** helm-org-rifle **** helm-org-rifle
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package helm-org-rifle (use-package helm-org-rifle