From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: taskjuggler - using gaplength or gapduration Date: Wed, 12 Feb 2014 23:44:46 +0100 Message-ID: <87txc4osrl.fsf@gmail.com> References: <52FBD572.7040604@breengeosci.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDiXh-0002LR-HD for emacs-orgmode@gnu.org; Wed, 12 Feb 2014 17:44:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDiXb-00059R-V3 for emacs-orgmode@gnu.org; Wed, 12 Feb 2014 17:44:33 -0500 Received: from mail-we0-x236.google.com ([2a00:1450:400c:c03::236]:60122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDiXb-00059L-N2 for emacs-orgmode@gnu.org; Wed, 12 Feb 2014 17:44:27 -0500 Received: by mail-we0-f182.google.com with SMTP id u57so6735383wes.13 for ; Wed, 12 Feb 2014 14:44:26 -0800 (PST) In-Reply-To: <52FBD572.7040604@breengeosci.com> (frank's message of "Wed, 12 Feb 2014 15:11:30 -0500") 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: frank Cc: emacs-orgmode@gnu.org Hello, frank writes: > 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. I think it is, assuming PHII is already defined in the buffer, :depends: PHII {gapduration 7w} Regards, -- Nicolas Goaziou