emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Nathan Neff
Subject: [Orgmode] Re: org-agenda-files not being read on startup
Date: Thu, 28 May 2009 01:27:26 -0500

> 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 <address@hidden> 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
>




reply via email to

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