Skip to content

Commit

Permalink
add command for daily view agenda
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevoke committed Nov 22, 2021
1 parent c2a583f commit c59b735
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions org-gtd-agenda.el
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
"How to identify stuck projects in the GTD system.
This is a list of four items, the same type as in `org-stuck-projects'.")

(defun org-gtd-daily-agenda ()
(interactive)
(with-org-gtd-context
(org-agenda nil "g")))

;;;###autoload
(defun org-gtd-agenda-projectify ()
"Delegate current agenda task."
Expand Down

0 comments on commit c59b735

Please sign in to comment.