From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: Bug: Tag inheritance broken in agenda/timeline buffers [7.9.3a (release_7.9.3a-803-gf8f548 @ /home/horn/Repos/el/org-mode/lisp/)] Date: Thu, 10 Jan 2013 09:33:15 +0100 Message-ID: <877gnl8mk4.fsf@thinkpad.tsdh.de> References: <87bocx8oud.fsf@thinkpad.tsdh.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtDa0-0004mB-Ns for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 03:33:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtDZz-0003hf-9a for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 03:33:40 -0500 Received: from plane.gmane.org ([80.91.229.3]:43082) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtDZz-0003gd-2h for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 03:33:39 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TtDaB-0002Up-Ge for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 09:33:51 +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, 10 Jan 2013 09:33:51 +0100 Received: from tsdh by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Jan 2013 09:33:51 +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: > I have (all default values) > > org-use-tag-inheritance t > org-agenda-use-tag-inheritance '(todo search timeline agenda) > org-agenda-show-inherited-tags t > > but there are no inherited tags shown in the agenda or an org-buffer's > timeline. > > When I press `T' on a agenda entry, the inherited tags are properly > messaged in the echo area, though. I'm sure it used to work, but I'm > not sure when it stopped working. When I find some time, I can try > bisecting. I've done the bisecting: 7684fbd6a227f0ad182661fd7eb17a9e13dc4695 is the first bad commit commit 7684fbd6a227f0ad182661fd7eb17a9e13dc4695 Author: Nicolas Goaziou Date: Tue Jan 8 10:34:40 2013 +0100 Ignore `auto-fill-inhibit-regexp' * lisp/org.el (org-setup-filling): Ignore `auto-fill-inhibit-regexp'. The idea behind this is that `org-adaptive-fill-function' already determines which lines should be filled. :040000 040000 a3246c36c59e412bd43df6afa0088d2499268265 7e69342d3b487a61a2cb6bba62b3262896fcdaab M lisp Now don't ask me how that change affects tag inheritance?! Bye, Tassilo