mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-28 10:56:57 +00:00
Minor bug fix in experimental code.
This commit is contained in:
parent
06056781fe
commit
4a6bfd6552
@ -5165,7 +5165,7 @@ entry -> subtree -> subtree with logbook"
|
||||
(setq org-agenda-cycle-counter (1+ org-agenda-cycle-counter))
|
||||
(if (> org-agenda-cycle-counter 4)
|
||||
(setq org-agenda-cycle-counter 0))
|
||||
(org-agenda-show org-agenda-cycle-counter))
|
||||
(org-agenda-show-1 org-agenda-cycle-counter))
|
||||
|
||||
(defun org-agenda-recenter (arg)
|
||||
"Display the Org-mode file which contains the item at point and recenter."
|
||||
|
Loading…
Reference in New Issue
Block a user