emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Anakreontas Mentis <Anakreontas.Mentis@imag.fr>
To: emacs-orgmode@gnu.org
Subject: taskjuggler exporter ignores SCHEDULED attribute and requires a space between BLOCKER tasks
Date: Fri, 30 May 2014 17:11:33 +0200	[thread overview]
Message-ID: <87r43b713u.fsf@petitesrousses.imag.fr> (raw)

[-- Attachment #1: Type: text/plain, Size: 548 bytes --]

The attached file demonstrates two bugs regarding the task juggler
exporter. I load the ox-taskjuggler file and export with the key
sequence C-c C-e J j

1. SCHEDULED date is not exported as a start attribute.
2. The BLOCKER attribute requires a space between two dependency
tasks. For example, Task 3 in the attached file depends on Task 1 and
Task 2. Setting :BLOCKER:  aa,bb has no impact on the generated
file. The attribute is ignored. If I set :BLOCKER:  aa, bb (note the
space between aa and bb), the produced file declares the dependency.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: test.org --]
[-- Type: text/x-org, Size: 1304 bytes --]

* Project A                                             :taskjuggler_project:  
    :PROPERTIES:
    :leaves_holiday: "Ascension Day" 2014-05-29
    :leaves_holiday: "Whit Monday" 2014-06-9
    :leaves_holiday: "Bastille Day" 2014-07-14
    :leaves_holiday: "Assumption of Mary" 2014-08-15
    :leaves_holiday: "Armistice Day" 2014-11-11
    :leaves_holiday: "Christmas Eve" 2014-12-24
    :leaves_holiday: "Christmas Day" 2014-12-25
    :leaves_holiday: "St Stephen's Day" 2014-12-26
    :leaves_holiday: "New Year's Eve" 2014-12-31
    :start: 2014-05-05
    :END:
*** TODO Task 1
    SCHEDULED: <2014-06-18 Wed>
    :PROPERTIES:
    :start: 2014-06-18
    :Effort:   1w
    :allocate: dev
    :task_id: aa
    :BLOCKER:  previous-sibling
    # :start: 2014-05-30
    :END:
*** TODO Task 2
    SCHEDULED: <2014-06-20 Fri>
    :PROPERTIES:
    :Effort:   1w
    :allocate: dev
    :task_id: bb
    :BLOCKER:  previous-sibling
    # :start: 2014-05-30
    :END:
*** TODO Task 3
    SCHEDULED: <2014-06-26 Thu>
    :PROPERTIES:
    :Effort:   1w
    :allocate: dev
    :task_id: cc
    :BLOCKER:  aa,bb
    # :start: 2014-05-30
    :END:
* Resources                                            :taskjuggler_resource:
** Developer
  :PROPERTIES:
  :resource_id: dev
  :resource_email: dev@mail.org
  :END:


             reply	other threads:[~2014-05-30 15:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-30 15:11 Anakreontas Mentis [this message]
2014-05-30 22:24 ` taskjuggler exporter ignores SCHEDULED attribute and requires a space between BLOCKER tasks Bastien

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=87r43b713u.fsf@petitesrousses.imag.fr \
    --to=anakreontas.mentis@imag.fr \
    --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).