Re: [O] Global Task List

2011-11-11 Thread Nick Dokos
Olivier Schwander wrote: > 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. That'

Re: [O] Global Task List

2011-11-11 Thread Sebastien Vauban
Hi Olivier and Cameron, Olivier Schwander wrote: > 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 t

Re: [O] Global Task List

2011-11-11 Thread Nick Dokos
Cameron Seader 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 th

Re: [O] Global Task List

2011-11-11 Thread Cameron Seader
Perfect. On 11/11/2011 01:24 PM, Olaf Dietsche wrote: Cameron Seader writes: I get an error when setting the variable to a folder Here is my .emacs file ;; Org-mode settings (require 'org-install) (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) (global-set-key "\C-cl" 'org-store-link

Re: [O] Global Task List

2011-11-11 Thread Olaf Dietsche
Cameron Seader writes: > I get an error when setting the variable to a folder > > Here is my .emacs file > > ;; Org-mode settings > (require 'org-install) > (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) > (global-set-key "\C-cl" 'org-store-link) > (global-set-key "\C-ca" 'org-agenda) > (

Re: [O] Global Task List

2011-11-11 Thread Olivier Schwander
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 (

Re: [O] Global Task List

2011-11-11 Thread Cameron Seader
I get an error when setting the variable to a folder Here is my .emacs file ;; Org-mode settings (require 'org-install) (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) (global-set-key "\C-cl" 'org-store-link) (global-set-key "\C-ca" 'org-agenda) (global-set-key "\C-cb" 'org-iswitchb) (glo

Re: [O] Global Task List

2011-11-11 Thread Olivier Schwander
Le 11 Nov 2011 11:19, Cameron Seader a écrit: > I have lots of .org files with tasks in each one, but my global task > list does not show anything. Is there something I need to do to set > this up? You should have a look to the variable org-agenda-files (see

[O] Global Task List

2011-11-11 Thread Cameron Seader
Greetings, Did I miss something in the Docs? I have lots of .org files with tasks in each one, but my global task list does not show anything. Is there something I need to do to set this up? Thanks, -- Cameron