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
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode