[org] Daily Review: to latest unchecked item instead of the start

This commit is contained in:
Sebastian Schulze 2019-05-29 09:59:19 +02:00
parent 3a9bcee597
commit 9a89f2f754
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@
(find-file "/home/bascht/Documents/Zettelkasten/Todo.org")
(goto-char (org-find-exact-headline-in-buffer "Daily Review"))
(org-narrow-to-subtree)
(org-open-at-point))
(search-forward "[ ]"))
; Recent loops callable for daily review
(defun my-org-agenda-recent-open-loops ()