From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Re: org-agenda-files not being read on startup Date: Thu, 28 May 2009 01:27:26 -0500 Message-ID: <211769420905272327k43c5ddb8rf820f123fc3a3160@mail.gmail.com> References: <211769420905271904t2ad1b816pc26d71be99e24c88@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9Z5Q-0005x1-SA for emacs-orgmode@gnu.org; Thu, 28 May 2009 02:27:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9Z5M-0005wd-3V for emacs-orgmode@gnu.org; Thu, 28 May 2009 02:27:32 -0400 Received: from [199.232.76.173] (port=44315 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9Z5L-0005wa-Vm for emacs-orgmode@gnu.org; Thu, 28 May 2009 02:27:28 -0400 Received: from mail-bw0-f161.google.com ([209.85.218.161]:45244) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M9Z5L-00062Y-GA for emacs-orgmode@gnu.org; Thu, 28 May 2009 02:27:27 -0400 Received: by bwz5 with SMTP id 5so5549381bwz.42 for ; Wed, 27 May 2009 23:27:26 -0700 (PDT) In-Reply-To: <211769420905271904t2ad1b816pc26d71be99e24c88@mail.gmail.com> 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 > I can't get org-mode to use the *org files in my ~/Documents/org director= y > 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 kn= ow. Thanks, --Nate On Wed, May 27, 2009 at 9:04 PM, Nathan Neff 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) > =A0of 2009-02-17 Aquamacs Distribution 1.7 > > I can't get org-mode to use the *org files in my ~/Documents/org director= y > 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) =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ; for a= ll 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 >