emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Global Task List


From: Nick Dokos
Subject: Re: [O] Global Task List
Date: Fri, 11 Nov 2011 15:30:06 -0500

Cameron Seader <address@hidden> wrote:


> (setq org-agenda-custom-commands
>         ((org-agenda-files '("~/Documents/Notes/org/"))
>         ))
> 

> I get the following error when my .emacs file is initialized.
> 
> Invalid function: (org-agenda-files (quote (~/Documents/Notes/org/)))
> 

Bad syntax: to set the variable, say

(setq org-agenda-files '("~/Documents/Notes/org"))

This has nothing to do with org-agenda-custom-commands. If you want
to set the latter to something, do it separately.

Nick



reply via email to

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