From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Re: missing todo's in agenda after emacs/org upgrade Date: Thu, 18 Aug 2011 16:45:13 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qu3qj-0002sm-L2 for emacs-orgmode@gnu.org; Thu, 18 Aug 2011 10:45:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qu3qi-0006FF-9Z for emacs-orgmode@gnu.org; Thu, 18 Aug 2011 10:45:37 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:62551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qu3qi-0006Ee-1A for emacs-orgmode@gnu.org; Thu, 18 Aug 2011 10:45:36 -0400 Received: by bkbzt4 with SMTP id zt4so1824748bkb.0 for ; Thu, 18 Aug 2011 07:45:35 -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 Cc: emacs-orgmode mailing list Hi Peter, This is quite an extensive setup. What do you get with only the following options: (setq org-agenda-files '("~/planning/planning.org" "~/planning/todo.org" "~/planning/notes.org" "~/planning/time-sheet.org") org-agenda-include-diary t org-todo-keywords '((sequence "TODO(t)" "BUSY(b)" "WAITING(w)" "|" "DONE(d)" "CANCELLED(c)" "POSTPONED(p)"))) I think your best bet is to try to isolate which part of your setup is interfering. I would start with the most basic setup and systematically add more until I hit the problem. GL -- Suvayu Open source is the future. It sets us free.