From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Header/preface definitions in ox-taskjuggler? Date: Sun, 2 Nov 2014 16:09:14 -0600 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xl3Kn-0003xQ-At for emacs-orgmode@gnu.org; Sun, 02 Nov 2014 17:09:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xl3Km-0002no-38 for emacs-orgmode@gnu.org; Sun, 02 Nov 2014 17:09:17 -0500 Received: from mail-la0-x234.google.com ([2a00:1450:4010:c03::234]:35555) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xl3Kl-0002nh-Or for emacs-orgmode@gnu.org; Sun, 02 Nov 2014 17:09:16 -0500 Received: by mail-la0-f52.google.com with SMTP id pv20so6717324lab.39 for ; Sun, 02 Nov 2014 14:09:14 -0800 (PST) In-Reply-To: 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 Edit: sorry about the premature send. Bad accidental tab + enter from gmail! Here's the intended email: === I note that the defaults for a taskjuggler export in Org are as follows, with taskjuggler syntax and related org variable definitions listed. Project tj syntax: project [] [] [{ }] Org defaults: - id: nil - name: name of heading tagged with org-taskjuggler-project-tag - version: org-taskjugler-default-project-version - interval2: SCHEDULED: + org-default-project-duration For some reason the default global properties are defined as: shift s40 "Part time shift" { workinghours wed, thu, fri off } I'm interpreting this to mean W-F are "off days"? If that's the correct interpretation per the syntax, I don't understand why this would be the default definition. Then again, perhaps it's just a definition and you have to apply it to a task to use it? - http://www.taskjuggler.org/tj3/manual/workinghours.shift.html In any case, this is the one that's goofing me up. The first task gets the following lines prepended to it: task task1 "task1" { purge allocate allocate ... } If one doesn't use the effort attribute (but duration or length instead), you get a warning regarding resources having been requested but none being assigned (because effort is the only time-related attribute that calls for a person to translate effort into calendar length). Is there a reason ox-taskjuggler defaults to creating/assigning resources? John