From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Creating Gantt charts by Exporting to TaskJuggler 3.3.0 Date: Tue, 2 Apr 2013 11:51:34 -0500 Message-ID: References: <801ui4zr0s.fsf@somewhere.org> <50533082.3070604@web.de> <80pq5oekjh.fsf@somewhere.org> <1347635343.15701.YahooMailNeo@web29802.mail.ird.yahoo.com> <5053499B.2060905@web.de> <50535601.4080906@web.de> <51585EF3.3050903@web.de> <87r4itgcl1.fsf@sbs.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN4Qt-0000gX-Bn for emacs-orgmode@gnu.org; Tue, 02 Apr 2013 12:51:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UN4Qp-0003Xr-J2 for emacs-orgmode@gnu.org; Tue, 02 Apr 2013 12:51:39 -0400 Received: from mail-lb0-f169.google.com ([209.85.217.169]:54601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN4Qp-0003Xf-BP for emacs-orgmode@gnu.org; Tue, 02 Apr 2013 12:51:35 -0400 Received: by mail-lb0-f169.google.com with SMTP id p11so695088lbi.28 for ; Tue, 02 Apr 2013 09:51:34 -0700 (PDT) In-Reply-To: <87r4itgcl1.fsf@sbs.ch> 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: Christian Egli Cc: emacs-orgmode On Tue, Apr 2, 2013 at 10:46 AM, Christian Egli wro= te: > Buddy Butterfly writes: > >> I still feel the lack of the support for all tj properties a >> major drawback. >> >> @Christian: Did you work on something like the prefix proposal below? >> This would be real cool as we could then just use any property we would >> like. > > As far as I know Yann's patches improved this situation, but as far as I > know most of the tj properties are supported anyway. Can you specify > which properties are missing? It should be easy to add them in many > cases. I meant to follow up on this general idea per your comment in another thread. I would have responded over there, but this is fresher and seems like a better fit for a response. Nevertheless, I'll link to it for a bread crumb trail. - http://www.mail-archive.com/emacs-orgmode@gnu.org/msg68957.html This was the bit I specifically wanted to comment on: #+begin_quote Buddy Butterfly Also, you will likely only implement subsets of tj properties. For example, there are properties missing like :workinghours: #+end_quote Have you looked at ox-taskjuggler.el? Here are the properties available (check in org-taskjuggler-valid-resource-attributes): #+begin_src ox-taskjuggler.el (defcustom org-taskjuggler-valid-task-attributes '(account start note duration endbuffer endcredit end flags journalentry length limits maxend maxstart minend minstart period reference responsible scheduling startbuffer startcredit statusnote chargeset charge) "Valid attributes for Taskjuggler tasks. If one of these appears as a property for a headline, it will be exported with the corresponding task." :group 'org-export-taskjuggler) (defcustom org-taskjuggler-valid-resource-attributes '(limits vacation shift booking efficiency journalentry rate workinghours flags) "Valid attributes for Taskjuggler resources. If one of these appears as a property for a headline, it will be exported with the corresponding resource." :group 'org-export-taskjuggler) (defcustom org-taskjuggler-valid-report-attributes '(headline columns definitions timeformat hideresource hidetask loadunit sorttasks formats period) "Valid attributes for Taskjuggler reports. If one of these appears as a property for a headline, it will be exported with the corresponding report." :group 'org-export-taskjuggler) #+end_src Also note that this is customizable. Anything matching those criteria just gets passed through (:drawer: value -> task_id "name" { drawer value }). Best regards, John > > Thanks > Christian > > -- > Christian Egli > Swiss Library for the Blind, Visually Impaired and Print Disabled > Grubenstrasse 12, CH-8045 Z=C3=BCrich, Switzerland > >