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:46:39 -0600 Message-ID: References: <4F29015E.90705@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsaWM-0005wJ-S7 for emacs-orgmode@gnu.org; Wed, 01 Feb 2012 08:46:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RsaWG-00013S-SE for emacs-orgmode@gnu.org; Wed, 01 Feb 2012 08:46:46 -0500 Received: from mail-bk0-f41.google.com ([209.85.214.41]:42447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsaWG-00013L-Dp for emacs-orgmode@gnu.org; Wed, 01 Feb 2012 08:46:40 -0500 Received: by bkbzs2 with SMTP id zs2so1256103bkb.0 for ; Wed, 01 Feb 2012 05:46:39 -0800 (PST) In-Reply-To: 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: "d.tchin" Cc: emacs-orgmode@gnu.org On Wed, Feb 1, 2012 at 6:25 AM, d.tchin wrote: > Hello, > > Rainer M Krug gmail.com> writes: [...] >> >> 1) does the taskjuggler export work with tj3 (version 3.1.0) (John >> Hendy says it doesn't ("taskjuggler (tj3) export issues and >> proposals"), but there are patches which should have made it work >> (e.g. Christian Egli, "small edits to org-taskjuggler.el for tj3"). >> So: what is the actual status? >> > > I put here the link where you can see the change. > Indeed it works with the change proposed by this patch. > http://thread.gmane.org/gmane.emacs.orgmode/40550 > I just tried to apply that patch and get: --- $ patch -p1 < ../tj3.patch patching file org-taskjuggler.el patch: **** malformed patch at line 9: completed, chart --- Not sure what's wrong. Even so, see my most recent thread (http://www.mail-archive.com/emacs-orgmode@gnu.org/msg51502.html). Even if that patch works, it's not a viable solution. It sets a "default" value, but this is really *the* value as in there's no way to override it from the file. If you want a different export format, you have to edit your emacs config. The variable should be called 'org-taskjuggler-export-report'. I think the ability to include a .tji file is the way to go. Write your report definition, add =include "reports.tji"= to the exporter and you're all set. John > This change is apparently not implemented in the current org-taskjuggler.el > file. >