From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: Re: Bug with org-startup-folded? Date: Thu, 29 Nov 2007 10:30:59 -0500 Message-ID: <474EDB33.2080008@gmail.com> References: <474D8FA4.6000703@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IxlM8-00076N-Gp for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 10:31:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IxlM6-00073U-Om for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 10:31:12 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxlM6-000735-Hy for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 10:31:10 -0500 Received: from rv-out-0910.google.com ([209.85.198.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IxlM6-0000gm-23 for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 10:31:10 -0500 Received: by rv-out-0910.google.com with SMTP id c27so1999126rvf for ; Thu, 29 Nov 2007 07:31:06 -0800 (PST) In-Reply-To: <474D8FA4.6000703@gmail.com> 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@gnu.org Just an update on the problem: I found that if I add the per-file option like this, the "overview" mode is always on when I visit an org file, whether it is the first time or not. #+STARTUP: fold But the global option does not work fully as I described before. Wanrong Wanrong Lin wrote: > Hi, > > I like to have newly opened org-mode files in overview (folded) mode. > With org-startup-folded set to t, this seems to only work partially. > That is, when I firstly open an file, say xyz.org file, the file is > unfolded. But if I kill the buffer, and open the same file again, it > will be folded. At first I thought this is because the interference > from the "session" package. But I removed that package and nothing > changed. I am using the latest (5.15) org-mode. > > Thanks if someone can look into this. > > Wanrong >