emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Hide done/ cancelled items


From: Bastien
Subject: Re: [O] Hide done/ cancelled items
Date: Sat, 08 Feb 2014 14:29:29 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi Chris,

Chris Henderson <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]