From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: org-babel installation failing using the latest version from git repo and emacs 23.1.50.1 Date: Thu, 15 Oct 2009 10:02:03 -0500 Message-ID: <1e5bcefd0910150802l2f2d9fbfob021e3d2cef35dd4@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0222918611==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MySDs-0001FR-N5 for emacs-orgmode@gnu.org; Thu, 15 Oct 2009 11:26:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MySDn-0001C9-GH for emacs-orgmode@gnu.org; Thu, 15 Oct 2009 11:26:36 -0400 Received: from [199.232.76.173] (port=48167 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MySDn-0001C1-Bj for emacs-orgmode@gnu.org; Thu, 15 Oct 2009 11:26:31 -0400 Received: from mail-yx0-f191.google.com ([209.85.210.191]:47347) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MySDl-0007kU-5v for emacs-orgmode@gnu.org; Thu, 15 Oct 2009 11:26:29 -0400 Received: by yxe29 with SMTP id 29so874419yxe.14 for ; Thu, 15 Oct 2009 08:26:28 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode --===============0222918611== Content-Type: multipart/alternative; boundary=001636b2b162efc68b0475fa8f54 --001636b2b162efc68b0475fa8f54 Content-Type: text/plain; charset=ISO-8859-1 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. The first thing that is not working, and I hope some more emacs-savvy users could put me in the right direction is that, I have this code in my .emacs: ;ORG MODE CONFIGURATION > (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)) > The directory does have org-babel-init: ~/.emacs.d/org-mode/contrib/lisp$ ls > htmlize.el > org2rem.el > org-annotate-file.el > org-annotation-helper.el > *org-babel-init.el* > org-bookmark.el > org-browser-url.el > org-checklist.el > org-choose.el > org-collector.el > org-contribdir.el > org-depend.el > org-elisp-symbol.el > org-eval.el > org-eval-light.el > org-exp-bibtex.el > org-expiry.el > org-export-generic.el > org-interactive-query.el > org-invoice.el > org-jira.el > org-mac-iCal.el > org-mairix.el > org-man.el > org-mtags.el > org-panel.el > org-registry.el > org-R.el > org-screen.el > org-special-blocks.el > orgtbl-sqlinsert.el > org-toc.el > org-track.el > I have this code in the bottom my of .emacs: (require 'org-babel-init) (require 'org-babel-R) ;; requires R and ess-mode (require 'org-babel-ruby) ;; requires ruby, irb, ruby-mode, and inf-ruby (require 'org-babel-python) ;; requires python, and python-mode When I try to evaluate the buffer (or when I restart emacs for that matter), I get the following error: Debugger entered--Lisp error: (file-error "Cannot open load file" "org-babel-init") What am I doing wrong? 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. And by the way, when I use the one from the git repo, the org-version func returns: Org-mode version 6.30c > And I have the lastest commit from branch master from this repo: git:// repo.or.cz/org-mode.git Is it correct? Thanks! Marcelo. --001636b2b162efc68b0475fa8f54 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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.
The first thing that is not working, and I hope some more emacs-savvy= users could put me in the right direction is that, I have this code in my = .emacs:

;ORG MODE CON= FIGURATION
(setq load-path (cons "/home/marcelo/emacs.d/org-mode/li= sp" load-path))
(setq load-path (cons "/home/marcelo/emacs.d/org-mode/contrib/lisp/&qu= ot; load-path))

The directory does have org-babel-init:=

~/.emacs.d/org-mode/contrib/lisp$ ls
htmlize.el
org2rem.el
org-ann= otate-file.el
org-annotation-helper.el
org-babel-init.el
or= g-bookmark.el
org-browser-url.el
org-checklist.el
org-choose.el org-collector.el
org-contribdir.el
org-depend.el
org-elisp-symbol.= el
org-eval.el
org-eval-light.el
org-exp-bibtex.el
org-expiry.e= l
org-export-generic.el
org-interactive-query.el
org-invoice.el org-jira.el
org-mac-iCal.el
org-mairix.el
org-man.el
org-mtags.= el
org-panel.el
org-registry.el
org-R.el
org-screen.el
org-s= pecial-blocks.el
orgtbl-sqlinsert.el
org-toc.el
org-track.el

I have this code in the bottom my of .emacs:

(requi= re 'org-babel-init)=A0=A0=A0

(require 'org-babel-R)=A0=A0= =A0=A0=A0=A0=A0=A0 ;; requires R and ess-mode
(require 'org-babel-ru= by)=A0=A0=A0=A0=A0 ;; requires ruby, irb, ruby-mode, and inf-ruby
(require 'org-babel-python)=A0=A0=A0 ;; requires python, and python-mod= e

When I try to evaluate the buffer (or when I restart emacs for tha= t matter), I get the following error:

Debugger entered--Lisp error: = (file-error "Cannot open load file" "org-babel-init")
What am I doing wrong?

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 exam= ple, 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 or= g package? (I'm using Ubuntu 9.10). I'm asking this because I don&#= 39;t want to use the version that comes with emacs, but the latest, bleedin= g edge one directly from the git repo.

And by the way, when I use the one from the git repo, the org-version f= unc returns:

Org-mode version 6.30c

And I have the lastest commit fr= om branch master from this repo:=A0 git://repo.or.cz/org-mode.git

Is it correct?

Thanks!<= br>
Marcelo.
--001636b2b162efc68b0475fa8f54-- --===============0222918611== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0222918611==--