forked from colonelpanic/dotfiles
[Emacs] Add org-super-agenda
This commit is contained in:
parent
f4178214f9
commit
f52e3a97b2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user