Eric S Fraga writes: > >> (setq org-agenda-files (quote ("~/org/agenda.file.list"))) > >which sets the variable to a list of one string, which is *not* what you >want. Try >(setq org-agenda-files "~/org/agenda.file.list")
Ohhhhh. Thank you very much. I have and/or see things like this: (setq org-tags-exclude-from-inheritance (quote ("crypt"))) org-agenda-span (quote month) org-agenda-files (quote ("~/org/project.org")) and I know that "cons" makes a list. I didn't realize that "quote" also makes a list. TIL. --hymie! http://lactose.homelinux.net/~hymie hy...@lactose.homelinux.net