Do not show complete item when jumping to it
This should avoid “visibility jumps” when jumping to a currently clocked in item that is already revealed.
This commit is contained in:
parent
8a3bba0afe
commit
c6e359546d
@ -1678,7 +1678,7 @@ clocked-in tasks to jump to."
|
|||||||
(select-window target-window)
|
(select-window target-window)
|
||||||
(if (or (< m (point-min)) (> m (point-max))) (widen))
|
(if (or (< m (point-min)) (> m (point-max))) (widen))
|
||||||
(goto-char m)
|
(goto-char m)
|
||||||
(org-fold-show-entry)
|
(org-fold-reveal)
|
||||||
(org-fold-hide-drawer-all)
|
(org-fold-hide-drawer-all)
|
||||||
(db/org-goto-first-open-checkbox-in-headline :silent)
|
(db/org-goto-first-open-checkbox-in-headline :silent)
|
||||||
(org-reveal)
|
(org-reveal)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user