> 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.
Nevermind -- I installed the newest version of org-mode from GitHub, and compiled it, and it now works. I must have been using an old version, or I fixed something inadvertently. I have my .emacs files on GitHub, if anyone is interested, please let me know. Thanks, --Nate On Wed, May 27, 2009 at 9:04 PM, Nathan Neff <nathan.n...@gmail.com> wrote: > 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. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode