emacs-orgmode
[Top][All Lists]
Advanced

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

[babel] Re: [Orgmode] org-babel installation failing using the latest ve


From: Dan Davison
Subject: [babel] Re: [Orgmode] org-babel installation failing using the latest version from git repo and emacs 23.1.50.1
Date: Thu, 15 Oct 2009 13:01:46 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

Hi Marcelo,

(Please note that we've agreed to tag org-babel messages with "[babel]")

Marcelo de Moraes Serpa <address@hidden> writes:

> Hello,
>
> Well, I'm very, very excited to start using org-babel and making cool stuff
> with it. However, I could not yet get it to work here.

OK, we must fix this.

I created the file /home/marcelo/emacs.d/emacs.el containing

--8<---------------cut here---------------start------------->8---
(setq load-path (cons "/home/marcelo/emacs.d/org-mode/lisp" load-path))
(setq load-path (cons "/home/marcelo/emacs.d/org-mode/contrib/lisp/" load-path))
(require 'org-install)
(require 'org-babel-init)
(require 'org-babel-python)
--8<---------------cut here---------------end--------------->8---

Then I did

emacs -q -l /home/marcelo/emacs.d/emacs.el

and it starts fine. org-version is "6.31trans". Does that work for you?

> Also, the second question I have is, even when I start emacs with -q flag
> (don't load init files), there are org functions loaded. They differ slightly
> in their quantity I guess, for example, I did not find the org-version in this
> case. However, I have searched for org files in the disk and didn't find
> anything besides my org files pulled from the official git repo. Where are do
> emacs keep the built-in org package? (I'm using Ubuntu 9.10). I'm asking this
> because I don't want to use the version that comes with emacs, but the latest,
> bleeding edge one directly from the git repo.

I'm also on ubuntu (9.04) using emacs-snapshot package. I have org files
at

/usr/share/emacs/23.0.91/lisp/org/

they shouldn't cause problems with the set up above. You could rename
that directory if you wanted. It does look like your having problems
loading the right versions.

>
> And by the way, when I use the one from the git repo, the org-version func
> returns:
>
>
>     Org-mode version 6.30c

Hmm, should be 

Org-mode version 6.31trans (release_6.31.68.g93f3)

I believe the function org-version should give you info on the latest
git commit like it did for me. So perhaps you are getting the org files
that came with emacs and not the git release. 

I'm not on ubuntu 9.10 yet. Carsten / others -- is 6.30c what you'd get
with emacs 23 on the current ubuntu beta release, or is org frozen at
6.21 in emacs23?

>
>
> And I have the lastest commit from branch master from this repo:  git://
> repo.or.cz/org-mode.git
>
> Is it correct?

Latest commit is 93f3968e3f6cb5bf29a2d089457676c5b4a7b694.

You can see the first 4 characters of the commit id in the output from
org-version above.

Dan



>
> Thanks!
>
> Marcelo.
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode




reply via email to

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