From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: TaskJuggler 3.1 export (tj3) Date: Wed, 1 Feb 2012 07:50:47 -0600 Message-ID: References: <4F29015E.90705@gmail.com> <4F293667.7070203@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53081) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsaaM-00082z-Jb for emacs-orgmode@gnu.org; Wed, 01 Feb 2012 08:50:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RsaaG-0002IF-SN for emacs-orgmode@gnu.org; Wed, 01 Feb 2012 08:50:54 -0500 Received: from mail-bk0-f41.google.com ([209.85.214.41]:48235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsaaG-0002I7-LR for emacs-orgmode@gnu.org; Wed, 01 Feb 2012 08:50:48 -0500 Received: by bkbzs2 with SMTP id zs2so1260531bkb.0 for ; Wed, 01 Feb 2012 05:50:47 -0800 (PST) In-Reply-To: <4F293667.7070203@gmail.com> 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: R.M.Krug@gmail.com Cc: emacs-orgmode@gnu.org, "d.tchin" On Wed, Feb 1, 2012 at 6:56 AM, Rainer M Krug wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 01/02/12 13:25, d.tchin wrote: >> Hello, >> >> Rainer M Krug gmail.com> writes: [...] > > Oversight? Is somebody looking at enabling export for tj3? Or is there > a way that I can install tj2 on Ubuntu Oneiric? > If you can bear an extra step, set 'org-export-taskjuggler-default-reports' to nothing (or just comment out the defaults with a preceding "#" for safekeeping). Add your report definitions into a file called "reports.tji" (yes, it seems to have to be "reports.tji" and nothing-else.tji). Then export from the org file, open up the generated .tjp and add =include "reports.tji"= as the last line. Should work like a charm. Try the tutorial report from the taskjuggler documentation perhaps as a test? It worked for me. John