From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: C-c a t shows empty list Date: Thu, 20 Jan 2011 17:56:03 -0500 Message-ID: <87tyh3xjzw.fsf@fastmail.fm> References: <541B8493-867E-4395-B92D-A178693F57C9@mykola.org> <4D38AC6C.7040806@ccbr.umn.edu> <6D760B22-CD38-47A5-9A75-1B6EB5E99AB0@mykola.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=55930 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pg3QF-0007hB-0B for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 17:56:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pg3QD-0000W8-MT for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 17:56:06 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:58382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pg3QD-0000Vk-IN for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 17:56:05 -0500 In-Reply-To: <6D760B22-CD38-47A5-9A75-1B6EB5E99AB0@mykola.org> (=?utf-8?B?ItCc0LjQutC+0LvQsAnQodGC0YDRlNCx0LrQvtCyIidz?= message of "Fri, 21 Jan 2011 00:07:18 +0200") 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: =?utf-8?B?0JzQuNC60L7Qu9CwINCh0YLRgNGU0LHQutC+0LI=?= Cc: emacs-orgmode@gnu.org =D0=9C=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0 =D0=A1=D1=82=D1=80=D1=94=D0=B1=D0=BA= =D0=BE=D0=B2 writes: >> =D0=9C=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0 =D0=A1=D1=82=D1=80=D1=94=D0=B1=D0= =BA=D0=BE=D0=B2 wrote: >>> I started to use org-mode together with MobileOrg and everything >>> was fine. But two days ago I realized that I'm unable to build >>> neither agenda nor todo lists from my org files. Problem occurred >>> on both Emacs and my iPhone even on the simplest files like: >>> * test >>> ** TODO test2 >>> ** TODO test3 >>> * test4 > Here is org part of my .emacs: > > ;;; > ;;; Org mode > ;;; > (require 'org-install) > (transient-mark-mode 1) > (setq org-log-done 'time) > (setq org-directory "~/Org") > (setq org-footnote-auto-adjust t) > (setq org-mobile-files (quote ("~/Org/main.org"))) > (setq org-mobile-directory "~/Dropbox/MobileOrg") > (setq org-mobile-inbox-for-pull "~/Org/inbox.org") > (setq org-todo-keywords > '( > (type "TODO" "|" "DONE") > (sequence "PROJ" "|" "FINISHED") > (sequence "PROG" "|" "CANCELLED" "DONE") > ) > ) > (setq org-default-notes-file (concat org-directory "/notes.org")) > (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) > What is the value or org-agenda-files? Best, Matt