Do not recenter position when jumping to current clock

This keeps the current view as it is in case it's already visible in some
buffer.
This commit is contained in:
Daniel - 2023-05-16 18:26:14 +02:00
parent 58e5cd3506
commit cac41d0759
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 0 additions and 1 deletions

View File

@ -1314,7 +1314,6 @@ clocked-in tasks to jump to."
(goto-char m)
(org-show-entry)
(db/org-goto-first-open-checkbox-in-subtree :silent)
(recenter org-clock-goto-before-context)
(org-reveal)
(if recent
(message "No running clock, this is the most recently clocked task"))