From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Unable to export babel results Date: Tue, 19 Oct 2010 14:24:48 -0400 Message-ID: <9603.1287512688@alphaville.usa.hp.com> References: <87d3r7gezd.fsf@gmail.com> <878w1uhqjb.fsf@gmail.com> <4CBD1504.2020402@gmail.com> <8739s29tig.fsf@gmail.com> <4CBDD990.6010604@gmail.com> <87y69u83v4.fsf@gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=40064 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8H3O-0002jC-Ku for emacs-orgmode@gnu.org; Tue, 19 Oct 2010 14:36:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8Gri-0001kA-2b for emacs-orgmode@gnu.org; Tue, 19 Oct 2010 14:24:51 -0400 Received: from g1t0028.austin.hp.com ([15.216.28.35]:43412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8Grh-0001jw-Ta for emacs-orgmode@gnu.org; Tue, 19 Oct 2010 14:24:50 -0400 In-Reply-To: Message from "Eric Schulte" of "Tue, 19 Oct 2010 11:54:55 MDT." <87y69u83v4.fsf@gmail.com> 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: Eric Schulte Cc: org-mode mailing list , nicholas.dokos@hp.com Eric Schulte wrote: > Suvayu Ali writes: > > > > > On restarting Emacs and calling org-version, I get "Org-mode version > > 7.01trans". There shouldn't be any mixed files after all this. The > > problem still persists. Does that mean I am doing the installation > > wrong? > > > > Yes, I believe that until you see the parenthesized portion of the > org-version string you are still not loading the latest version (from > git head). Not necessarily: the info inside the parens is generated through a git command that makes an assumption about where the git directory is relative to the lisp directory. If the assumption is violated, then the git command fails and the extra info is not generated, despite having the latest org version installed. The assumption is that the following expression evaluates to the git directory itself (the directory that contains the .git subdirectory): (concat (file-name-directory (locate-library "org")) "../" ) In particular if you install the whole org lisp directory into the emacs site-lisp directory, the assumption is violated. > It might be worth installing outside of the emacs directory > and following the following instructions for activation > > http://orgmode.org/guide/Installation.html#Installation > I think this way avoids most of the problems: it allows one to customize load-path and be *sure* that the correct org-version gets loaded and it does eliminate the problem above. Nick