emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Erik Iverson
Subject: Re: [Orgmode] C-c a t shows empty list
Date: Thu, 20 Jan 2011 16:08:47 -0600
User-agent: Thunderbird 2.0.0.23 (X11/20090812)



Микола Стрєбков wrote:
Hi

On 20 січ. 2011, at 23:43, Erik Iverson wrote:

Which version of Emacs / org-mode?

Hmm...
Emacs 23.2 OS X,
"M-x org-info" shows docs for 6.33 but I have installed version 7.4...

Does M-x org-version report the correct version?


The latest org-mode installed in:
(setq load-path (cons "~/.emacs.d/org" load-path))

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))


Микола Стрєбков wrote:
Hi orgsters,
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
I found similar issue in google cache (osdir.com gives 403) but it was resolved 
by just Emacs restarting. I'm not so happy.
Please help.




reply via email to

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