From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: Bug: #+STARTUP: overview and org-startup-folded have no effect [7.9.3e (7.9.3e-1032-g791a8d @ /home/horn/Repos/el/org-mode/lisp/)] Date: Thu, 14 Feb 2013 10:19:03 +0100 Message-ID: <87ip5vi77c.fsf@thinkpad.tsdh.de> References: <87mwv7i7on.fsf@thinkpad.tsdh.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5uyP-00006H-GY for emacs-orgmode@gnu.org; Thu, 14 Feb 2013 04:19:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5uyM-0005oW-D2 for emacs-orgmode@gnu.org; Thu, 14 Feb 2013 04:19:21 -0500 Received: from plane.gmane.org ([80.91.229.3]:49241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5uyM-0005oI-7O for emacs-orgmode@gnu.org; Thu, 14 Feb 2013 04:19:18 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U5uyb-0007Pb-RC for emacs-orgmode@gnu.org; Thu, 14 Feb 2013 10:19:33 +0100 Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Feb 2013 10:19:33 +0100 Received: from tsdh by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Feb 2013 10:19:33 +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 Tassilo Horn writes: > Since recently, after starting up emacs and bringing up an org agenda > which loads all my agenda files into buffers as a side-effect, all > entries in all files are fully expanded, although org-startup-folded > is set to t. > > I've tried adding a > > #+STARTUP: fold > > or a > > #+STARTUP: overview > > header to the top of my agenda files, but that doesn't change anything. > Everything is completely expanded after the initial startup. Just a short addon: When I do M-x revert-buffer RET in some agenda file (currently being completely expanded), it's displayed folded (with the exception of the entry containing point). That's the correct behavior. If I invoke `org-agenda-list' again to generate a new agenda, the reverted agenda files stay in their folded state, too. Now if I kill the buffer of some agenda file and invoke `org-agenda-list' which will reopen the file, it's completely expanded again. So the problem seems to be that only if an agenda file is opened during execution of `org-agenda-list', it's expanded completely. Else, `org-startup-folded' works correctly. Bye, Tassilo