From mboxrd@z Thu Jan 1 00:00:00 1970 From: frank Subject: taskjuggler - using gaplength or gapduration Date: Wed, 12 Feb 2014 15:11:30 -0500 Message-ID: <52FBD572.7040604@breengeosci.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDg9k-0001qg-Es for emacs-orgmode@gnu.org; Wed, 12 Feb 2014 15:11:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDg9d-0005Nl-4Q for emacs-orgmode@gnu.org; Wed, 12 Feb 2014 15:11:40 -0500 Received: from mail-qc0-f181.google.com ([209.85.216.181]:42567) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDg9d-0005NW-0c for emacs-orgmode@gnu.org; Wed, 12 Feb 2014 15:11:33 -0500 Received: by mail-qc0-f181.google.com with SMTP id e9so16099710qcy.40 for ; Wed, 12 Feb 2014 12:11:32 -0800 (PST) Received: from [192.168.0.51] (97-85-66-15.dhcp.aldl.mi.charter.com. [97.85.66.15]) by mx.google.com with ESMTPSA id r7sm35465116qgr.17.2014.02.12.12.11.30 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 12 Feb 2014 12:11:31 -0800 (PST) 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: emacs-orgmode@gnu.org 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