From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [RFC] Give org-format-agenda-item a real format Date: Fri, 11 Feb 2011 14:21:00 +0100 Message-ID: <87mxm2so5f.fsf@gnu.org> References: <87ei7evkfn.fsf@gnu.org> <07AD4217-0C1C-4D0B-8F6B-45D9FD69FA5A@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=53280 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pnsvi-0006Ae-8E for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 08:20:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pnsvg-0006XR-Ki for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 08:20:57 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:64670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pnsvg-0006XE-DT for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 08:20:56 -0500 Received: by bwz16 with SMTP id 16so3165833bwz.0 for ; Fri, 11 Feb 2011 05:20:55 -0800 (PST) In-Reply-To: <07AD4217-0C1C-4D0B-8F6B-45D9FD69FA5A@gmail.com> (Carsten Dominik's message of "Fri, 11 Feb 2011 13:19:10 +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: Carsten Dominik Cc: emacs-orgmode@gnu.org Carsten Dominik writes: > Important testing will be to see how the agenda behaves > when metadata is changed from the agenda. For example, > changing dates with S-left and S-right, changing the TODO > states, tags, priorities etc. Indeed. Some testing for Julien: - Setting TODO keyword is okay (although there are some glitches with the fontification of the agenda line.) - Setting the priority cookie does not work: it insert the char (65) instead of the string ([#A]) - Changing timestamps doesn't work at all. Yep, some more work to do in this area. -- Bastien