emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* taskjuggler exporter ignores SCHEDULED attribute and requires a space between BLOCKER tasks
@ 2014-05-30 15:11 Anakreontas Mentis
  2014-05-30 22:24 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Anakreontas Mentis @ 2014-05-30 15:11 UTC (permalink / raw)
  To: emacs-orgmode

[-- 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:


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: taskjuggler exporter ignores SCHEDULED attribute and requires a space between BLOCKER tasks
  2014-05-30 15:11 taskjuggler exporter ignores SCHEDULED attribute and requires a space between BLOCKER tasks Anakreontas Mentis
@ 2014-05-30 22:24 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2014-05-30 22:24 UTC (permalink / raw)
  To: Anakreontas Mentis; +Cc: emacs-orgmode

Hi Anakreontas,

Anakreontas Mentis <Anakreontas.Mentis@imag.fr> writes:

> 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

This is the same bug than the one you reported here, right?

  http://article.gmane.org/gmane.emacs.orgmode/86923

If so, please wait at least two weeks before bumping the thread.

Thanks,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-30 22:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-30 15:11 taskjuggler exporter ignores SCHEDULED attribute and requires a space between BLOCKER tasks Anakreontas Mentis
2014-05-30 22:24 ` Bastien

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).