emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Item task_id not being used in taskjuggler export


From: John Hendy
Subject: Re: [O] Item task_id not being used in taskjuggler export
Date: Mon, 1 Apr 2013 09:53:15 -0500

On Mon, Apr 1, 2013 at 9:21 AM, Nicolas Goaziou <address@hidden> wrote:
> Hello,
>
> John Hendy <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]