Hi Chris,

Chris Henderson <henders...@gmail.com> writes:

> Is there a way to hide done/ cancelled items?

* DONE Headline to hide on startup
  :PROPERTIES:
  :VISIBILITY: folded
  :END:

You need to evaluate this if you want the headline to be folded each
time you change the visibility state of the buffer with S-TAB:

(add-hook 'org-cycle-hook 'org-set-visibility-according-to-property)

PS: C-c C-c on an affiliated keyword like #+STARTUP will *not* set
the initial visibility state.  I understand why this is the default
but maybe we can have an option to let C-c C-c reset the initial
visibility state.

-- 
 Bastien

Reply via email to