On Mon, Apr 1, 2013 at 9:21 AM, Nicolas Goaziou <n.goaz...@gmail.com> wrote: > Hello, > > John Hendy <jw.he...@gmail.com> 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