emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] list of agenda files in a file


From: hymie
Subject: Re: [O] list of agenda files in a file
Date: Fri, 19 Sep 2014 07:14:30 -0400

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    address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]