From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Wrong category in agenda view if undefined ? Date: Tue, 16 Feb 2010 14:18:27 +0100 Message-ID: References: <20100216130250.489@usenet.piggo.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NhNJx-0001B9-Uh for emacs-orgmode@gnu.org; Tue, 16 Feb 2010 08:18:34 -0500 Received: from [140.186.70.92] (port=47914 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NhNJx-0001Ak-8q for emacs-orgmode@gnu.org; Tue, 16 Feb 2010 08:18:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NhNJv-0000sQ-W9 for emacs-orgmode@gnu.org; Tue, 16 Feb 2010 08:18:33 -0500 Received: from ey-out-1920.google.com ([74.125.78.147]:55025) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NhNJv-0000sD-Qb for emacs-orgmode@gnu.org; Tue, 16 Feb 2010 08:18:31 -0500 Received: by ey-out-1920.google.com with SMTP id 4so1904191eyg.34 for ; Tue, 16 Feb 2010 05:18:30 -0800 (PST) In-Reply-To: <20100216130250.489@usenet.piggo.com> 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: Sebastien Delafond Cc: emacs-orgmode@gnu.org Hi Sebastian, On Feb 16, 2010, at 1:06 PM, Sebastien Delafond wrote: > Hi, > > this is a follow-up for Debian bug #550540[1], which is basically > that with > the following org snippet : > > * Tasks > ** TODO nocat2 > SCHEDULED: <2010-02-16 Tue> > [2010-02-16 Tue] > #+CATEGORY: cat2 > ** TODO cat2 > SCHEDULED: <2010-02-17 Wed> > [2010-02-17 Wed] > #+CATEGORY: last cat2 > > you get this agenda view: > > Week-agenda (W07): > Monday 15 February 2010 W07 > Tuesday 16 February 2010 > last cat2: Scheduled: TODO nocat2 > Wednesday 17 February 2010 > cat2: Scheduled: TODO cat2 > Thursday 18 February 2010 > Friday 19 February 2010 > Saturday 20 February 2010 > Sunday 21 February 2010 > > Should there really be a "last cat2" category for that first entry, > instead of no category at all ? Using multiple #+CARTEGORY lines is deprecated anyway. The supported way for multiple categories is to use properties that apply to a given tree. There is no such thing as an empty category in Org-mode - Org-mode would derive one from the file name if necessary. http://orgmode.org/manual/Categories.html#Categories Best wishes - Carsten > > Cheers, > > --Seb > > [1] http://bugs.debian.org/550540 > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten