+2012-11-15 Stephen Berman <stephen.berman@gmx.net>
+
+ * calendar/todos.el (todos-forward-category): Fix typo.
+
2012-10-30 Stephen Berman <stephen.berman@gmx.net>
* calendar/todos.el (todos-define-insertion-command):
(when todos-skip-archived-categories
(while (and (zerop (todos-get-count 'todo))
(zerop (todos-get-count 'done))
- (not (zerop (todos-get-count 'archive))))
+ (not (zerop (todos-get-count 'archived))))
(setq todos-category-number
(apply (if back '1- '1+) (list todos-category-number)))))
(todos-category-select)