From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: BUG: Task tag inheritance is broken Date: Mon, 06 Apr 2009 09:50:27 -0400 Message-ID: <871vs5evrw.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LqpDh-0002Xx-Rb for emacs-orgmode@gnu.org; Mon, 06 Apr 2009 09:50:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LqpDe-0002XF-5U for emacs-orgmode@gnu.org; Mon, 06 Apr 2009 09:50:37 -0400 Received: from [199.232.76.173] (port=57827 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LqpDe-0002XC-0g for emacs-orgmode@gnu.org; Mon, 06 Apr 2009 09:50:34 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:55318) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LqpDd-0000q0-Hm for emacs-orgmode@gnu.org; Mon, 06 Apr 2009 09:50:33 -0400 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Hi Carsten :) The following commit ------------------------------------------------------------------------ commit 8cc49120fa669f9ae1335b58b2e5f31a20827209 Author: Carsten Dominik Date: Fri Apr 3 20:41:36 2009 +0200 Tags scan: Also find the first line in a buffer. 2nd attempt. ------------------------------------------------------------------------ breaks tag inheritance for me. I use org-remember predominately to save tasks in an org-file under the * Tasks :NEWTASK: headline. I then refile from there to a more appropriate place during my weekly review. My tag search for NEWTASK after this commit returns no matching tasks which I know is wrong. -Bernt