emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: C-c a t shows empty list


From: Matt Lundin
Subject: [Orgmode] Re: C-c a t shows empty list
Date: Thu, 20 Jan 2011 17:56:03 -0500
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Микола Стрєбков <address@hidden> writes:

>> Микола Стрєбков 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]