Le 11 Nov 2011 12:17, Cameron Seader a écrit:
> I get an error when setting the variable to a folder
> (setq org-agenda-custom-commands
>         ((org-agenda-files '("~/Documents/Notes/org/"))
>         ))

You are not supposed to set it to a folder. I use something like:

(setq org-agenda-files (file-expand-wildcards "~/Notes/*.org"))

Olivier

Reply via email to