emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Global Task List


From: Cameron Seader
Subject: Re: [O] Global Task List
Date: Fri, 11 Nov 2011 12:17:28 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

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)
(global-font-lock-mode 1)
(setq org-log-done t)
(setq org-agenda-custom-commands
        ((org-agenda-files '("~/Documents/Notes/org/"))
        ))

(setq inhibit-splash-screen t)

I get the following error when my .emacs file is initialized.

Invalid function: (org-agenda-files (quote (~/Documents/Notes/org/)))

any ideas
TIA,

On 11/11/2011 11:36 AM, Olivier Schwander wrote:
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<http://orgmode.org/org.html#Agenda-files>).

Olivier




--
Cameron



reply via email to

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