From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastien Delafond Subject: Wrong category in agenda view if undefined ? Date: Tue, 16 Feb 2010 12:06:44 +0000 (UTC) Message-ID: <20100216130250.489@usenet.piggo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NhMDy-0002Xz-Ab for emacs-orgmode@gnu.org; Tue, 16 Feb 2010 07:08:18 -0500 Received: from [140.186.70.92] (port=40094 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NhMDq-0002XE-FG for emacs-orgmode@gnu.org; Tue, 16 Feb 2010 07:08:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NhMCu-0007nm-Ec for emacs-orgmode@gnu.org; Tue, 16 Feb 2010 07:07:12 -0500 Received: from lo.gmane.org ([80.91.229.12]:59529) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NhMCu-0007na-81 for emacs-orgmode@gnu.org; Tue, 16 Feb 2010 07:07:12 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NhMCr-0007mh-Sp for emacs-orgmode@gnu.org; Tue, 16 Feb 2010 13:07:09 +0100 Received: from 64.2.3.200 ([64.2.3.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Feb 2010 13:07:09 +0100 Received: from sdelafond by 64.2.3.200 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Feb 2010 13:07:09 +0100 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: emacs-orgmode@gnu.org 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 ? Cheers, --Seb [1] http://bugs.debian.org/550540