Hi, I have
(setq lb/org-directory "~/org/")) (setq lb/gtd-file (expand-file-name "gtd.org" lb/org-directory)) (setq lb/refile-file (expand-file-name "refile.org" lb/org-directory)) (setq org-agenda-files '(lb/gtd-file lb/refile-file)) But generating the agenda fails with Wrong type argument: stringp, lb/gtd-file What is the correct syntax to use the variables in the list? Cheers, Loris -- This signature is currently under constuction.