From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanle Song Subject: How to preverse fold status after reopening a file Date: Tue, 26 May 2009 21:19:47 -0500 Message-ID: <20090527021947.GA25775@sylecn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M98kP-00020u-DK for emacs-orgmode@gnu.org; Tue, 26 May 2009 22:20:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M98kM-0001zL-1h for emacs-orgmode@gnu.org; Tue, 26 May 2009 22:20:05 -0400 Received: from [199.232.76.173] (port=58732 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M98kL-0001zF-R7 for emacs-orgmode@gnu.org; Tue, 26 May 2009 22:20:01 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]:46953) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M98kL-0000Ta-IO for emacs-orgmode@gnu.org; Tue, 26 May 2009 22:20:01 -0400 Received: by ewy6 with SMTP id 6so4429868ewy.42 for ; Tue, 26 May 2009 19:20:00 -0700 (PDT) Received: from sylecn by sylecn.sylecn with local (Exim 4.69) (envelope-from ) id 1M98k7-0006pH-Rj for emacs-orgmode@gnu.org; Tue, 26 May 2009 21:19:47 -0500 Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode mailing list Hi everyone, org-mode can show a file in following mode when opening a file: overview top-level headlines only content all headlines showall no folding at all, show everything But they don't feed my need. I want to have the file exactly the same as last time I open it, i.e. if a headline is fold when closing it will be fold after reopening. If that's not possible. Is there any properties that I can apply to one headline, that will keep the headline fold (or unfold) unless the user press TAB on them? -- Thanks, Yuanle