From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: org-agenda-files not being read on startup Date: Wed, 27 May 2009 21:04:38 -0500 Message-ID: <211769420905271904t2ad1b816pc26d71be99e24c88@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9Uz9-0006HS-91 for emacs-orgmode@gnu.org; Wed, 27 May 2009 22:04:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9Uz2-00065l-Li for emacs-orgmode@gnu.org; Wed, 27 May 2009 22:04:45 -0400 Received: from [199.232.76.173] (port=46082 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9Uz2-00065a-Cw for emacs-orgmode@gnu.org; Wed, 27 May 2009 22:04:40 -0400 Received: from mail-fx0-f169.google.com ([209.85.220.169]:44472) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M9Uz1-00084b-Sl for emacs-orgmode@gnu.org; Wed, 27 May 2009 22:04:40 -0400 Received: by fxm17 with SMTP id 17so5545064fxm.42 for ; Wed, 27 May 2009 19:04:38 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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