From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Siegel, Aaron J." Subject: Problems with TODO and agenda command Date: Sat, 26 Jan 2013 15:23:28 +0000 Message-ID: <7645C817048D2A41A58EBB72C53C7FD72CA86964@ADCEXCHMBX03.fmi.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tz7bV-000495-5Z for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 10:23:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tz7bS-00018x-Nz for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 10:23:37 -0500 Received: from ch1ehsobe005.messaging.microsoft.com ([216.32.181.185]:26797 helo=ch1outboundpool.messaging.microsoft.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tz7bS-00018m-Ib for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 10:23:34 -0500 Received: from mail62-ch1 (localhost [127.0.0.1]) by mail62-ch1-R.bigfish.com (Postfix) with ESMTP id 146313801B2 for ; Sat, 26 Jan 2013 15:23:33 +0000 (UTC) Received: from CH1EHSMHS018.bigfish.com (snatpool1.int.messaging.microsoft.com [10.43.68.254]) by mail62-ch1.bigfish.com (Postfix) with ESMTP id 077BD400054 for ; Sat, 26 Jan 2013 15:23:31 +0000 (UTC) Content-Language: en-US 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: "emacs-orgmode@gnu.org" Hello I cannot get agenda command to include any of my TODO's. I followed the tu= torial=20 http://orgmode.org/worg/org-tutorials/orgtutorial_dto.html My .emacs file copied directly from the tutorial on a Linux system (require 'org-install) (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) (define-key global-map "\C-cl" 'org-store-link) (define-key global-map "\C-ca" 'org-agenda) (setq org-log-done t) (setq org-agenda-files (list "~/org/orgtutorial_dto.org" "~/org/work-recover.org")) This first task in this tutorial did not work for me. When I closed the tas= k using C-c C-t I did not receive a time stamp. I have scheduled tasks and = set deadlines for tasks but when I execute the command "C-c a a" I do not s= ee any tasks in the agenda. I am doing this on two computers one using a portable version of emacs for = windows and the second is a Opensuse both are using emacs 24.2 and org-mode= 7.8.11 Aaron =09