diff --git a/init.org b/init.org index 920a71e..4729572 100644 --- a/init.org +++ b/init.org @@ -369,6 +369,9 @@ Some windows specific stuff #+END_SRC ** org-agenda + :PROPERTIES: + :ID: 10e65f59-ba2c-47e4-a40c-3097c15544aa + :END: Custom keywords, depending on environment #+BEGIN_SRC emacs-lisp (pcase me/whoami @@ -377,6 +380,13 @@ Custom keywords, depending on environment '((sequence "OPEN" "TODO" "UNCLEAR" "|" "DONE" "IMPOSSIBLE")))) #+END_SRC +Add some key bindings +#+BEGIN_SRC emacs-lisp +(bind-key "C-c l" 'org-store-link) +(bind-key "C-c c" 'org-capture) +(bind-key "C-c a" 'org-agenda) +#+END_SRC + Sort agenda by deadline and priority #+BEGIN_SRC emacs-lisp (setq org-agenda-sorting-strategy