christopherjwhite / org-toodledo

Emacs enhancement for syncing org-mode tasks with Toodledlo
83 stars 16 forks source link

problem with configuring #48

Closed jack99999 closed 8 years ago

jack99999 commented 8 years ago

hi i have installed org-toodledo from elpa. i'm using emacs on linux. i can't get toodledo to sync. there is obviously a connection, and my toodledo account shows activity, but no data appears.

at the top of my tasks file i have:

from the toodledo log: [20:08:23] [INFO] Starting org-toodledo-sync [20:08:23] [INFO] org-toodledo buffer at latest version 2.16 [20:08:26] [INFO] Sync completeted.

(incidentally, that should be 'completed')

from the toodledo debug log: [19:59:05] [INFO] Starting org-toodledo-sync [19:59:05] [DEBUG] called interactively: t [19:59:05] [INFO] org-toodledo buffer at latest version 2.16 [19:59:06] [DEBUG] Checking for edited tasks (local "1449422641", server "1449422641" [19:59:06] [DEBUG] Iterating over all tasks in buffer, looking for changes [19:59:06] [DEBUG] org-toodledo-parse-current-task: \ TODO [#C] Visit the Settings section and configure your account [19:59:06] [DEBUG] parsed-task: ((id . 78891835) (title . Visit the Settings section and configure your account) (length . 5) (context . 0) (tag . ) (completed . 0) (status . 2) (priority . 1) (note . )) [19:59:06] [DEBUG] org-toodledo-call-method: 'http://api.toodledo.com/2/account/get.php'

from the emacs Messages buffer: Debug enabled - see buffer Org-toodledo-log Starting org-toodledo-sync org-toodledo buffer at latest version 2.16 deferred error : (error "Not enough arguments for format string") Wrote /home/jack/org/tasks.org

i'm afraid i'm stumped.

any ideas?

thanks

jack

jack99999 commented 8 years ago

ahh!!! my own stupidity. i had ~/org/tasks.org open and had told org-toodledo to write the file ~/tasks.org

all fixed then.

jack