From mboxrd@z Thu Jan 1 00:00:00 1970 From: Moritz Ulrich Subject: Agenda: Don't widen narrowed subtrees Date: Wed, 11 Apr 2012 21:31:15 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SI3GW-0003hX-UQ for emacs-orgmode@gnu.org; Wed, 11 Apr 2012 15:31:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SI3GU-0000mX-6u for emacs-orgmode@gnu.org; Wed, 11 Apr 2012 15:31:40 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:43448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SI3GT-0000mG-TT for emacs-orgmode@gnu.org; Wed, 11 Apr 2012 15:31:38 -0400 Received: by bkwq16 with SMTP id q16so1209148bkw.0 for ; Wed, 11 Apr 2012 12:31:35 -0700 (PDT) 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 When a file used in the org-agenda is in a narrowed state (org-narrow-to-subtree or similar) and you refresh the agenda buffer via `g', it becomes un-narrowed. This is a very annoying behavior as I tend to narrow to subtrees while editing their contents. Is this a bug or desired behavior? If the latter, I'll try hunting the missing `save-restriction' down tomorrow. -- Moritz Ulrich