From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Hide done/ cancelled items Date: Sat, 08 Feb 2014 14:29:29 +0100 Message-ID: <87txc9u406.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WC7yW-0007Cu-Bg for emacs-orgmode@gnu.org; Sat, 08 Feb 2014 08:29:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WC7yQ-0001fy-Ay for emacs-orgmode@gnu.org; Sat, 08 Feb 2014 08:29:40 -0500 Received: from rs249.mailgun.us ([209.61.151.249]:59586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WC7yQ-0001fn-6B for emacs-orgmode@gnu.org; Sat, 08 Feb 2014 08:29:34 -0500 In-Reply-To: (Chris Henderson's message of "Sat, 8 Feb 2014 15:19:35 +1100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Chris Henderson Cc: emacs-orgmode@gnu.org Hi Chris, Chris Henderson 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