From mboxrd@z Thu Jan 1 00:00:00 1970 From: Puneeth Chaganti Subject: Re: missing todo's in agenda after emacs/org upgrade Date: Fri, 19 Aug 2011 02:31:39 +0530 Message-ID: References: <06FD744B-8465-49C4-9A4A-45E2B4DCBF2B@agfa.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qu9iy-0001tx-Qa for emacs-orgmode@gnu.org; Thu, 18 Aug 2011 17:02:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qu9ix-0006Cx-Lj for emacs-orgmode@gnu.org; Thu, 18 Aug 2011 17:02:00 -0400 Received: from mail-gx0-f169.google.com ([209.85.161.169]:37107) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qu9ix-0006Ct-HT for emacs-orgmode@gnu.org; Thu, 18 Aug 2011 17:01:59 -0400 Received: by gxk23 with SMTP id 23so1949853gxk.0 for ; Thu, 18 Aug 2011 14:01:59 -0700 (PDT) In-Reply-To: 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: peter.frings@agfa.com Cc: emacs-orgmode mailing list On Thu, Aug 18, 2011 at 11:11 PM, wrote: > Hi Suvayu, > > On 18 Aug 2011, at 18:44, suvayu ali wrote: > >> It might be helpful to know how your TODO entries are formatted. Maybe >> its not the setup, but how the agenda files are formatted that was >> causing the issue? >> >> In any case, good to hear it is resolved now. > > That=E2=80=99s the problem, the issue is *not* resolved=E2=80=A6 the todo= items show up in the global todo list, but still not in the daily agenda v= iew. As far as I understand, this has been changed. Agenda view doesn't show the TODO list anymore, by default. Look at the following commit for details. -------------------------------------------------------------- commit 770c2ddfba5c173d1b33e7b247b49a8188994f76 Author: Bernt Hansen Date: Tue Apr 5 01:05:43 2011 +0000 Remove obsolete functionality to add todo list in front of agenda * lisp/org-agenda.el: Remove obsolete code for adding todo list in fron= t of the agenda Todo lists should be built with the TODO list or a block agenda instead= . This code was triggered for C-u R in block agendas which is used to limit the clock report to the current tags filter applied to the agenda. ------------------------------------------------------------------------ HTH, Puneeth