From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: Re: Taskjuggler and installation Date: Thu, 07 Jun 2012 21:45:46 +0200 Message-ID: <4FD104EA.80308@gmx.de> References: <4FCE6E54.40800@gmx.de> <3280.1338939995@alphaville> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39883) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScieX-0005SF-9l for emacs-orgmode@gnu.org; Thu, 07 Jun 2012 15:45:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScieV-0007XH-Iq for emacs-orgmode@gnu.org; Thu, 07 Jun 2012 15:45:52 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:43939) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ScieV-0007X7-87 for emacs-orgmode@gnu.org; Thu, 07 Jun 2012 15:45:51 -0400 In-Reply-To: <3280.1338939995@alphaville> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: nicholas.dokos@hp.com Cc: emacs-orgmode On 06/06/2012 01:46 AM, Nick Dokos wrote: > Simon Thum wrote: > >> Hi all, >> >> I am using org-mode's taskjuggler export on two machines (win7 standard >> emacs 23.3/linux emacs 23.4.2) with 99% identical configuartion. Except >> for one funny thing: >> > > What org-version? Do you byte-compile the code on both platforms? git maint - I don't, and checked if there are elcs for some reason. > >> Taskjuggler export raises an undefined function on windows. Yes, I do >> require 'org-install, org-mode from identical sources (git-sync'ed). >> Linux is fine. >> > > What function? org-export-taskjuggler is not commandp, as it is undefined. > >> I am fixing this by adding a require 'org-taskjuggler, but that can't >> really be it. Any advice how to track this down? >> > > M-x toggle-debug-on-error RET ... the gets me to where the error occurs. > > and look at the backtrace to see what the call chain looks like. A > missing autoload perhaps? Why exactly 23.3 on windows and 23.4.2 on > linux behave differently is a mystery, at least for now. The call chain had no apparent irregularities. I'm not on the machine now, but going through the source the git stuff has no org-install.el. So I guess the problem is emacs picking up some odd org-install. It's not even in git, I'll try making one on my linux machine and copy over. Thanks anyway! Simon > > Nick > > >