From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: [MINOR BUG] Agenda files are always loaded in showeverything mode [7.9.3e (7.9.3e-956-g3943be.dirty @ /home/vdyadov/Work/Tools/emacs/org-mode/lisp/)] Date: Tue, 12 Feb 2013 11:46:39 +0100 Message-ID: <87mwv9kdww.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5DO2-0004np-HG for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 05:46:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5DO0-0003DI-Lr for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 05:46:54 -0500 Received: from mail-wi0-f171.google.com ([209.85.212.171]:42702) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5DO0-0003D4-Gi for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 05:46:52 -0500 Received: by mail-wi0-f171.google.com with SMTP id hn17so4228100wib.10 for ; Tue, 12 Feb 2013 02:46:51 -0800 (PST) In-Reply-To: (=?utf-8?B?ItCU0Y8=?= =?utf-8?B?0LTQvtCyINCS0LDRgdC40Lsg0KHRgtC+0Y/QvdC+0LIiJ3M=?= message of "Tue, 12 Feb 2013 12:55:02 +0400") 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: =?utf-8?B?0JTRj9C00L7QsiDQktCw0YHQuNC7?= =?utf-8?B?INCh0YLQvtGP0L3QvtCy?= Cc: emacs-orgmode@gnu.org Hi Дядов Васил (do I get your name right?) vdyadov@canopus-pc.elvees.com (Дядов Васил Стоянов) writes: > There is a minor issue with last org-mode from git repo. > Agenda files are loaded in showeverything mode (including expanded > drawers and so on),regardless value of org-startup-folded (which is set > to 'content ) and #+STARTUP: file field. This is intentional as it speeds up the agenda generation a lot for people who have many agenda files. Use (setq org-agenda-inhibit-startup nil) to avoid this. Thanks, -- Bastien