diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a4bc6cacb..87472bc9d 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-01-04 Carsten Dominik + + * org-habit.el (org-habit-insert-consistency-graphs): Turn off + invisibility while adding the graphs. + 2010-01-03 Carsten Dominik * org-remember.el (org-select-remember-template): Use C letter to diff --git a/lisp/org-habit.el b/lisp/org-habit.el index b40bcf72a..08856ac56 100644 --- a/lisp/org-habit.el +++ b/lisp/org-habit.el @@ -305,6 +305,7 @@ current time." (defun org-habit-insert-consistency-graphs (&optional line) "Insert consistency graph for any habitual tasks." (let ((inhibit-read-only t) l c + (buffer-invisibility-spec nil) (moment (time-subtract (current-time) (list 0 (* 3600 org-extend-today-until) 0)))) (save-excursion