From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Taskjuggler and installation Date: Tue, 05 Jun 2012 19:46:35 -0400 Message-ID: <3280.1338939995@alphaville> References: <4FCE6E54.40800@gmx.de> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sc3W4-0006Mx-Ce for emacs-orgmode@gnu.org; Tue, 05 Jun 2012 19:51:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sc3SS-0000mI-4B for emacs-orgmode@gnu.org; Tue, 05 Jun 2012 19:50:23 -0400 Received: from g4t0017.houston.hp.com ([15.201.24.20]:24119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sc3SR-0000ls-VY for emacs-orgmode@gnu.org; Tue, 05 Jun 2012 19:46:40 -0400 In-Reply-To: Message from Simon Thum of "Tue, 05 Jun 2012 22:38:44 +0200." <4FCE6E54.40800@gmx.de> 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: Simon Thum Cc: emacs-orgmode 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? > 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? > 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 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. Nick