From mboxrd@z Thu Jan 1 00:00:00 1970 From: Detlef Steuer Subject: Re: Standard agenda views don't show file name after update (replaced by "???:") Date: Fri, 3 Apr 2015 18:50:17 +0200 Message-ID: <20150403185017.0f12f9bb@linux-w3xx.localdomain> References: <87r3s3wpd1.fsf@nicolasgoaziou.fr> <20150403122104.421780f9@linux-w3xx.localdomain> <87h9sxyzhn.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ye4na-00055o-1t for emacs-orgmode@gnu.org; Fri, 03 Apr 2015 12:50:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ye4nV-0007Gh-Ss for emacs-orgmode@gnu.org; Fri, 03 Apr 2015 12:50:26 -0400 Received: from mout.gmx.net ([212.227.17.21]:63102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ye4nV-0007EX-Jh for emacs-orgmode@gnu.org; Fri, 03 Apr 2015 12:50:21 -0400 In-Reply-To: <87h9sxyzhn.fsf@nicolasgoaziou.fr> 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 Am Fri, 03 Apr 2015 17:59:16 +0200 schrieb Nicolas Goaziou : > This is to be expected. You can set :CATEGORY: node property in > subtrees if needed. So this beheaviour changed at some point in the past? To be sure: I have a file (modulo scheduling information) * Line1 #+CATEGORY: one ** TODO very important * Line2 #+CATEGORY: two ** TODO more stuff It is expected to see both TODOs in an agenda as: two: very important two: more stuff ? Detlef