From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: Bug with org-startup-folded? Date: Wed, 28 Nov 2007 10:56:20 -0500 Message-ID: <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 1IxPHI-0001dE-Ea for emacs-orgmode@gnu.org; Wed, 28 Nov 2007 10:56:44 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IxPHE-0001aD-E5 for emacs-orgmode@gnu.org; Wed, 28 Nov 2007 10:56:43 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxPHE-0001a8-6P for emacs-orgmode@gnu.org; Wed, 28 Nov 2007 10:56:40 -0500 Received: from py-out-1112.google.com ([64.233.166.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IxPHE-0003ph-8Q for emacs-orgmode@gnu.org; Wed, 28 Nov 2007 10:56:40 -0500 Received: by py-out-1112.google.com with SMTP id a73so3339798pye for ; Wed, 28 Nov 2007 07:56:35 -0800 (PST) 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 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