From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: Taskjuggler and installation Date: Tue, 05 Jun 2012 22:38:44 +0200 Message-ID: <4FCE6E54.40800@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sc0Wh-0004Lg-31 for emacs-orgmode@gnu.org; Tue, 05 Jun 2012 16:38:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sc0We-0006PH-Kw for emacs-orgmode@gnu.org; Tue, 05 Jun 2012 16:38:50 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:54547) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Sc0We-0006Ox-AH for emacs-orgmode@gnu.org; Tue, 05 Jun 2012 16:38:48 -0400 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: emacs-orgmode 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: 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. I am fixing this by adding a require 'org-taskjuggler, but that can't really be it. Any advice how to track this down? Thanks in advance, Simon