Re: [Orgmode] Error when push fils in MobileOrg

2009-12-04 Thread Xin Shi
Hi Nick, Thanks for your detailed explanation! After deleting the set todo in my .emacs file, it's working now! Now, the remaining question for me is that the generated "agenda.org" file is empty even when there is agenda there. And I don't know if there is a way to display the agenda in the Mobi

Re: [Orgmode] Error when push fils in MobileOrg

2009-12-04 Thread Nick Dokos
Xin Shi wrote: > Debugger entered--Lisp error: (wrong-type-argument listp "TODO") > cdr("TODO") > (mapcar (lambda (x) (if ... ... x)) (cdr entry)) > (setq kwds (mapcar (lambda ... ...) (cdr entry))) > (while (setq entry (pop def-todo)) (insert "#+READONLY\n") (setq kwds > (mapcar ... ...

Re: [Orgmode] Error when push fils in MobileOrg

2009-12-04 Thread Xin Shi
Hi Nick, Thanks for your info. I did what that page suggested and here is the debug info: (Emacs 23.1 and Orgmode 6.33b) Debugger entered--Lisp error: (wrong-type-argument listp "TODO") cdr("TODO") (mapcar (lambda (x) (if ... ... x)) (cdr entry)) (setq kwds (mapcar (lambda ... ...) (cdr e

Re: [Orgmode] Error when push fils in MobileOrg

2009-12-03 Thread Nick Dokos
Xin Shi wrote: > Hello Experts, > > I'm using Emacs 23.1 with orgmode 6.33b. > > When I use "Push Files and Views" in MobileOrg in Emacs, I got error message: > > Writing index file... > byte-code: Wrong type argument: listp, "TODO" > > Any suggestions? > The topic is different but the sugg

[Orgmode] Error when push fils in MobileOrg

2009-12-03 Thread Xin Shi
Hello Experts, I'm using Emacs 23.1 with orgmode 6.33b. When I use "Push Files and Views" in MobileOrg in Emacs, I got error message: Writing index file... byte-code: Wrong type argument: listp, "TODO" Any suggestions? Thanks! Xin ___ Emacs-orgmode m