alphapapa / org-now

Conveniently show current Org tasks in a sidebar window
60 stars 3 forks source link

org-now-location #8

Closed iburunat closed 3 years ago

iburunat commented 3 years ago

Hi, excellent package. Just to make sure I am doing things right, I have tried to specify both file and file and headline:

(setq org-now-location '(file+headline "~/Dropbox/orgfiles/todo.org/" "TASKS"))
(setq org-now-location '(file "~/Dropbox/orgfiles/todo.org/"))

However, I get always a condition-case: Wrong type argument: stringp, file (or file-headline). Any help most welcome, thank you.

alphapapa commented 3 years ago

Please see M-x customize-group RET org-now RET.

iburunat commented 3 years ago

Thanks, now I see my syntax was wrong, and it should have been:

(setq org-now-location '("~/Dropbox/orgfiles/todo.org/" "TASKS"))

I close this issue.