From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ferrari Subject: #+STARTUP: content question Date: Fri, 11 Jan 2013 12:36:18 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ttd0s-0000hG-P1 for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 06:43:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ttd0p-0005aS-SF for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 06:43:06 -0500 Received: from mail-we0-f172.google.com ([74.125.82.172]:40301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtcuU-00049o-2H for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 06:36:30 -0500 Received: by mail-we0-f172.google.com with SMTP id r3so807198wey.3 for ; Fri, 11 Jan 2013 03:36:29 -0800 (PST) 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, I'd like to have my org files to show the contents of all the nodes that have (sub)items not marked as completed/done. Therefore the following: * FIRST ** second *** TODO blah *** DONE blah ** third *** DONE blah *** DONE blah should be shown when visiting the file as follows: * FIRST ** second *** TODO blah *** DONE blah ** third ... Is that possible using the #+STARTUP or org-startup-folded variable? Thanks, Luca