emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Re: Update org-mode


From: Yagnesh Raghava Yakkala
Subject: [O] Re: Update org-mode
Date: Sat, 02 Apr 2011 02:58:18 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

hi Dror,


Dror Atariah <address@hidden> writes:

> I tried to follow the update process described here:
> http://orgmode.org/worg/org-faq.html under:
> How do I keep current with bleeding edge development?
>
> The only change I made was the place where I checked out the new version. 
> Instead of ~/elisp I have ~/Library/elisp.

may be problem with the path setting, 

#+begin_src elisp
(setq load-path (cons
                 (expand-file-name "~/Library/elisp")
                 load-path))
(require 'org-install)
#+end_src

may solve the problem.

>
> Everything went smooth, except that I had to add "sudo" before the
> "make install". Without the sudo, I got an "access denied"
> error. Anyway, at the end, I got no warnings and it seems like the
> process was smooth. But when I checked the version of org-mode in
> aquamacs it was still 6.33x
>
> I am using Emacs 23.3.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
>  of 2011-03-19 on braeburn.aquamacs.org - Aquamacs Distribution 2.2 on a mac 
> OS 10.6.7.
>
> What should I do in order to fix it?
>
> Thanks in advance,
> Dror
>
>
>
>
>

Yagnesh
--
You may be infinitely smaller than some things, but you're infinitely
larger than others.



reply via email to

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