Skip to content

Commit

Permalink
add org-review
Browse files Browse the repository at this point in the history
  • Loading branch information
chens committed Nov 20, 2024
1 parent 161596c commit 1efdae0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lisp/init-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -1015,5 +1015,16 @@ typical word processor."
:config
(setq org-zettel-ref-quick-markup-key "C-c m"))

(use-package org-review
:bind (:map org-agenda-mode-map
("C-c C-r" . org-review-insert-last-review))
:config
(setq org-agenda-custom-commands
'(("R" "Review projects" tags-todo "-CANCELLED/"
((org-agenda-overriding-header "Reviews Scheduled")
(org-agenda-skip-function 'org-review-agenda-skip)
(org-agenda-cmp-user-defined 'org-review-compare)
(org-agenda-sorting-strategy '(user-defined-down)))))))

(provide 'init-org)
;;; init-org.el ends here

0 comments on commit 1efdae0

Please sign in to comment.