From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Item task_id not being used in taskjuggler export Date: Mon, 1 Apr 2013 09:53:15 -0500 Message-ID: References: <87eheutjpz.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMg6t-0001g0-3t for emacs-orgmode@gnu.org; Mon, 01 Apr 2013 10:53:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UMg6n-0006Kk-Fk for emacs-orgmode@gnu.org; Mon, 01 Apr 2013 10:53:22 -0400 Received: from mail-la0-x231.google.com ([2a00:1450:4010:c03::231]:65078) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMg6n-0006Jd-7v for emacs-orgmode@gnu.org; Mon, 01 Apr 2013 10:53:17 -0400 Received: by mail-la0-f49.google.com with SMTP id fs13so2146158lab.8 for ; Mon, 01 Apr 2013 07:53:15 -0700 (PDT) In-Reply-To: <87eheutjpz.fsf@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: Nicolas Goaziou Cc: emacs-orgmode On Mon, Apr 1, 2013 at 9:21 AM, Nicolas Goaziou wrote: > Hello, > > John Hendy writes: > >> I seem to be having trouble getting custom task_id values used for my >> taskjuggler file. > > Thank you for the detailed report. Would the attached patch fix the > problem? > Thanks for the quick response! It fixes the naming issue. My tasks now indeed keep the task_id that I assign. I still have the issue of depending on a task not in the current subtree, but perhaps I'm just not using the exporter correctly: #+begin_src org * Project :taskjuggler_project: ** Milestones :M: *** Task :PROPERTIES: :task_id: M2 :depends: ??? what goes here to depend on T.T8 ??? :END: ** Technical :T: :PROPERTIES: :task_id: T :END: *** Task :PROPERTIES: :task_id: T8 :depends: T6 T7 :duration: 1d :END: #+end_src The TJ syntax would be !!T.T8 to depend on T8 from "outside" of the Technical bucket. At present, the exporter isn't picking this up and there's no depends attribute with the exported headline (tried T8, T.T8, and !!T.T8). Thanks, John > > Regards, > > -- > Nicolas Goaziou