Re: [Orgmode] Re: Installing/updating org on the mac woes

2010-07-22 Thread Eric Schulte
Hi Marcelo, Ensuring that the path to the latest Org-mode is on the front of your load path *before* you require org-install. The following should work (add-to-list 'load-path /usr/local/share/emacs/site-lisp/) (require 'org-install) Best -- Eric Marcelo de Moraes Serpa celose...@gmail.com

Re: [Orgmode] Re: Installing/updating org on the mac woes

2010-07-22 Thread Marcelo de Moraes Serpa
Thanks Eric, I've done it and I'm getting a confusing output from org-version: Org-mode version 6.33x (release_7.01g.20.gdd484) It seems it has updated, but it shows 6.33x as version and between paranthesis it shows release 7.01. Any ideas? Thanks, Marcelo. On Thu, Jul 22, 2010 at 1:46 PM,

Re: [Orgmode] Re: Installing/updating org on the mac woes

2010-07-22 Thread Juan
This is what I do. I use emacs 24 (downloaded from emacsformacosx.com), not aquamacs emacs. I make a local copy of Makefile with the following changes to the header: ##-- ## YOU MUST EDIT THE FOLLOWING LINES

Re: [Orgmode] Re: Installing/updating org on the mac woes

2010-07-22 Thread Marcelo de Moraes Serpa
Thanks. What's the output of M-x org-version for you ? Marcelol. On Thu, Jul 22, 2010 at 2:06 PM, Juan pech...@computer.org wrote: This is what I do. I use emacs 24 (downloaded from emacsformacosx.com), not aquamacs emacs. I make a local copy of Makefile with the following changes to the

Re: [Orgmode] Re: Installing/updating org on the mac woes

2010-07-22 Thread Eric Schulte
Hi Marcelo, I get the following output from org-version Org-mode version 7.01trans (release_7.01g.21.g8bda0) I agree it's upsetting that you are getting 6.33 for your main org-version. This value actually comes from the `org-version' variable, so I'd recommend looking at this variable with the

Re: [Orgmode] Re: Installing/updating org on the mac woes

2010-07-22 Thread Marcelo de Moraes Serpa
Ah, it is still loading org from the Emacs.app application bundle: /Applications/Emacs.app/Contents/Resources/lisp/org/org.el.gz. I had to remove the /Applications/Emacs.app/Contents/Resources/lisp/org directory and then it loaded my other updated copy. Marcelo. On Thu, Jul 22, 2010 at 2:30 PM,

Re: [Orgmode] Re: Installing/updating org on the mac woes

2010-07-22 Thread Juan
On Thu, Jul 22, 2010 at 02:07:47PM -0500, Marcelo de Moraes Serpa wrote: Thanks. What's the output of M-x org-version for you ? 7.01 trans. .j. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] Re: Installing/updating org on the mac woes

2010-07-22 Thread David Maus
Juan wrote: This is what I do. I use emacs 24 (downloaded from emacsformacosx.com), not aquamacs emacs. I make a local copy of Makefile with the following changes to the header: [snip] The bad thing is that I have to update this makefile every time a new version comes from the git repo. This