* org-agenda-files not being read on startup
@ 2009-05-28 2:04 Nathan Neff
2009-05-28 6:27 ` Nathan Neff
0 siblings, 1 reply; 2+ messages in thread
From: Nathan Neff @ 2009-05-28 2:04 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: org-agenda-files not being read on startup
2009-05-28 2:04 org-agenda-files not being read on startup Nathan Neff
@ 2009-05-28 6:27 ` Nathan Neff
0 siblings, 0 replies; 2+ messages in thread
From: Nathan Neff @ 2009-05-28 6:27 UTC (permalink / raw)
To: emacs-orgmode
> 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.neff@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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-05-28 6:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-28 2:04 org-agenda-files not being read on startup Nathan Neff
2009-05-28 6:27 ` Nathan Neff
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).