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

2011-01-20 Thread Микола Стрєбков
Hi, Matt

On 21 січ. 2011, at 00:56, Matt Lundin wrote:
> 
>> 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?

Good question made a trick: setting org-agenda-files to proper values 
(directory w/ agenda files in my case) solved the issue.
Thanks a lot. 

-- 
Mykola Stryebkov
Public key: http://mykola.org/pubkey.txt
fpr: 0226 54EE C1FF 8636 36EF  2AC9 BCE9 CFC7 9CF4 6747


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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

2011-01-20 Thread Matt Lundin
Микола Стрєбков  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

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode