From: John Hendy <jw.hendy@gmail.com>
To: Christian Egli <christian.egli@sbs.ch>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Creating Gantt charts by Exporting to TaskJuggler 3.3.0
Date: Tue, 2 Apr 2013 11:51:34 -0500 [thread overview]
Message-ID: <CA+M2ft8Prd_4aytbr-C4BPArOoi444x=4k+=Z22rU-zLds1JJA@mail.gmail.com> (raw)
In-Reply-To: <87r4itgcl1.fsf@sbs.ch>
On Tue, Apr 2, 2013 at 10:46 AM, Christian Egli <christian.egli@sbs.ch> wrote:
> Buddy Butterfly <buddy.butterfly@web.de> 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ürich, Switzerland
>
>
next prev parent reply other threads:[~2013-04-02 16:51 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-14 13:13 Creating Gantt charts by Exporting to TaskJuggler 3.3.0 Sebastien Vauban
2012-09-14 13:26 ` Buddy Butterfly
2012-09-14 14:38 ` Sebastien Vauban
2012-09-14 15:00 ` Buddy Butterfly
2012-09-14 15:09 ` Giovanni Ridolfi
2012-09-14 15:13 ` Buddy Butterfly
2012-09-14 15:55 ` Yann Hodique
2012-09-14 16:06 ` Buddy Butterfly
2013-03-31 16:06 ` Buddy Butterfly
2013-04-02 15:46 ` Christian Egli
2013-04-02 16:51 ` John Hendy [this message]
2012-09-18 6:50 ` Bastien
2012-09-18 14:33 ` John Hendy
2012-09-25 12:36 ` Christian Egli
2012-09-25 12:33 ` Christian Egli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CA+M2ft8Prd_4aytbr-C4BPArOoi444x=4k+=Z22rU-zLds1JJA@mail.gmail.com' \
--to=jw.hendy@gmail.com \
--cc=christian.egli@sbs.ch \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).