Re: [O] ox-taskjuggler : Correct a small typo and deal with Scheduled and deadline in task

2013-04-22 Thread Christian Egli
Bastien b...@gnu.org writes: Hi Baptiste and Christian, Christian Egli christian.e...@sbs.ch writes: This looks a bit fishy. Shouldn't this be ((start) (format start %s\n start)) I guess this should be (start (format start %s\n start)) Doh, yes of course. -- Christian Egli

Re: [O] ox-taskjuggler : Correct a small typo and deal with Scheduled and deadline in task

2013-04-22 Thread Baptiste
Hi, you will find hereafter the patch after the little cleanup. BTW, there is a way (by code reading, not tested) to force a milestone with both start and end : if I am not wrong, you may use a :milestone property of an org-entry to create a milestone task. Not to say that it is not

Re: [O] ox-taskjuggler : Correct a small typo and deal with Scheduled and deadline in task

2013-04-21 Thread Christian Egli
Hi Baptiste Thanks for the patch. It fixes a pretty bad oversight that you currently apparently cannot define a start and an end using SCHEDULED and DEADLINE (I thought this worked in the old exporter and was maybe lost in the translation). I would like to use the patch but there are a couple of

Re: [O] ox-taskjuggler : Correct a small typo and deal with Scheduled and deadline in task

2013-04-21 Thread Bastien
Hi Baptiste and Christian, Christian Egli christian.e...@sbs.ch writes: This looks a bit fishy. Shouldn't this be ((start) (format start %s\n start)) I guess this should be (start (format start %s\n start)) Otherwise (start) will bite as not being a function. + ((and end)

Re: [O] ox-taskjuggler : Correct a small typo and deal with Scheduled and deadline in task

2013-04-20 Thread Bastien
Hi Baptiste, Baptiste bate...@bat.fr.eu.org writes: hereafter a small typo correction, plus the capability to use DEADLINE: and SCHEDULED: in task (special export format for milestones). I applied the code typo fix, thanks! http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=774b53 As for

[O] ox-taskjuggler : Correct a small typo and deal with Scheduled and deadline in task

2013-04-19 Thread Baptiste
Hi, hereafter a small typo correction, plus the capability to use DEADLINE: and SCHEDULED: in task (special export format for milestones). -- : ~^v^~ Bat ox-taskjuggler : Correct a small typo and deal with Scheduled and deadline in task diff --git a/contrib/lisp/ox-taskjuggler.el