emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] org-agenda-files not being read on startup


From: Nathan Neff
Subject: [Orgmode] org-agenda-files not being read on startup
Date: Wed, 27 May 2009 21:04:38 -0500

Hello,

I recently started using org-mode using aquamacs with this version:

GNU Emacs 22.3.1 (i386-apple-darwin9.6.0, Carbon Version 1.6.0)
 of 2009-02-17 Aquamacs Distribution 1.7

I can't get org-mode to use the *org files in my ~/Documents/org directory
as the org-agenda-files when Aquamacs starts up.

I have the following code in my .emacs file:

(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)                     ; for all buffers

; Default agenda file locations
(load-library "find-lisp")
(setq org-agenda-files (find-lisp-find-files "~/Documents/org" "\.org"))

Can anyone help?

Thanks,
--Nate




reply via email to

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