From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Re: Fold entirely done subtrees on startup? Date: Wed, 29 Oct 2014 19:56:05 +0100 Message-ID: <2014-10-29T19-54-15@devnull.Karl-Voit.at> References: Reply-To: Karl Voit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjYQ6-0004Ti-G0 for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 14:56:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjYQ0-0003Ci-9h for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 14:56:34 -0400 Received: from plane.gmane.org ([80.91.229.3]:47261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjYQ0-0003CM-26 for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 14:56:28 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XjYPq-0006oZ-Iy for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 19:56:18 +0100 Received: from d86-32-14-16.cust.tele2.at ([86.32.14.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Oct 2014 19:56:18 +0100 Received: from news1142 by d86-32-14-16.cust.tele2.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Oct 2014 19:56:18 +0100 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: emacs-orgmode@gnu.org Hi Bernd! * Bernd Haug wrote: > +STARTUP can show top level headers, all headers, all content or everything. > > I'd like a way to have all subtrees that are DONE or have no > todo-status folded, but have everything TODO* displayed at startup. > > Is there a way to do that with per-file settings? Not exactly what you asking for but I am using "C-c / t" org-sparse-tree with option for the same purpose. HTH