+2012-09-21 Stephen Berman <stephen.berman@gmx.net>
+
+ * calendar/todos.el: Doubts about todos-ignore-archived-categories.
+ (todos-ignore-archived-categories): Change default value.
+
2012-09-21 Stephen Berman <stephen.berman@gmx.net>
* calendar/todos.el: Further comment revision.
:type 'boolean
:group 'todos)
-(defcustom todos-ignore-archived-categories nil
+;; FIXME: make this effect only navigation?
+(defcustom todos-ignore-archived-categories t
"Non-nil to ignore categories with only archived items.
When non-nil such categories are omitted from `todos-categories'
and hence from commands that use this variable. An exception is
:set 'todos-reset-categories
:group 'todos)
+;; FIXME: if this is saved and todos.el is loaded before custom-file,
+;; categories mode does not show archived categories
(defun todos-reset-categories (symbol value)
"The :set function for `todos-ignore-archived-categories'."
(custom-set-default symbol value)