Minor bug fix in experimental code.

This commit is contained in:
Carsten Dominik 2009-02-19 11:13:15 +01:00
parent 06056781fe
commit 4a6bfd6552
1 changed files with 1 additions and 1 deletions

View File

@ -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."