emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] taskjuggler - using gaplength or gapduration


From: John Hendy
Subject: Re: [O] taskjuggler - using gaplength or gapduration
Date: Wed, 12 Feb 2014 15:22:07 -0600

Looks correct to me?

:gaplength: 7w -> gaplength 7w
:duration: 10d -> duration 10d

Do you mean to try:

*** PSF
    :PROPERTIES:
    :Task_id: PSF
    :depends: PHII
    :gapduration: 7w
    :duration: 10d
    :END:

I've not used these attributes, but assuming you pasted your actual file correctly to the email, it looks like the properties are being directly mapped to tj attributes. Let me know if I've missed something!


Thanks,
John


On Wed, Feb 12, 2014 at 2:11 PM, frank <address@hidden> wrote:
One issue that I am having is regarding gaplength and gapduration for tasks.  Under the TJ3 syntax, the command would be
" depends !!PHII {gapduration 7w} ".

I added gaplength and gapduration under ' Org Taskjuggler Valid Task Attributes ' and added the following in my org-mode file:

*** PSF
    :PROPERTIES:
    :Task_id: PSF
    :depends: PHII
    :gaplength: 7w
    :duration: 10d
    :END:

The resulting export comes out:
    depends !!PHII
    duration 10d
    gaplength 7w

which is incorrect.  What am I doing wrong.

Frank



reply via email to

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