From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Honour existing restrictions if possible when visiting tasks from the agenda Date: Sat, 31 Dec 2011 09:11:12 +0100 Message-ID: References: <1325242149-22487-1-git-send-email-bernt@norang.ca> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rgu29-0007Wv-Ru for emacs-orgmode@gnu.org; Sat, 31 Dec 2011 03:11:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rgu28-0007LP-Ql for emacs-orgmode@gnu.org; Sat, 31 Dec 2011 03:11:17 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:57854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rgu28-0007LK-I8 for emacs-orgmode@gnu.org; Sat, 31 Dec 2011 03:11:16 -0500 Received: by eekc41 with SMTP id c41so15369415eek.0 for ; Sat, 31 Dec 2011 00:11:15 -0800 (PST) In-Reply-To: <1325242149-22487-1-git-send-email-bernt@norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org Applied, thanks. - Carsten On 30.12.2011, at 11:49, Bernt Hansen wrote: > The following short patch series fixes org file restriction > handling for me. I'm regularly narrowing to subtrees for a > project from the agenda and then using the agenda to visit tasks > in the subtree. Each time I visit a task, clock in, or > regenerate the agenda my restriction is removed in the org file. > The following patch series fixes this behaviour. >