[O] Re: [PATCH 0/5] Improvements to Taskjuggler export

2011-03-18 Thread Christian Egli
Bastien  writes:

> I'm myself using TJ for some reports and I've had to hack things 
> around when we had this compatibility problem.

I almost forgot to ask: What where the problems you had to hack around?

Thanks
Christian

-- 
Christian Egli
Swiss Library for the Blind, Visually Impaired and Print Disabled
Grubenstrasse 12, CH-8045 Zürich, Switzerland




[O] Re: [PATCH 0/5] Improvements to Taskjuggler export

2011-03-17 Thread Christian Egli
Bastien  writes:

> Did Anthony advertized his enhancements on this list?

AFAIK he did announce them here, but that was a long time ago, probably
more than six months.

Thanks

-- 
Christian Egli
Swiss Library for the Blind, Visually Impaired and Print Disabled
Grubenstrasse 12, CH-8045 Zürich, Switzerland




[O] Re: [PATCH 0/5] Improvements to Taskjuggler export

2011-03-17 Thread Christian Egli
Hi Marc

Marc-Oliver Ihm  writes:

> Does your fork incorporate Anthonys enhancements (e.g. the
> :TJ:-Drawer) ?

It contains some of his enhancements but not all. He has two versions of
the code. One for tj2 and one for tj3. I would like to have one version
for both. The code as it stands right now can export a project for both
tj2 and tj3. However the way the defaults are set for the reports now
(in defcustom variables) it will not work for tj3. You'll have to
redefine the variables via M-x customize.

If you look at his code you'll see that he has some other enhancements.
There is support for project specific definitions, for global
definitions (such as shifts, etc) and for flags. One really nice idea is
that he added support for Drawers that can contain taskjuggler specific
code that is tied to a specific node. However I would like to implement
this as a src block, which would probably also cover global definitions
and file specific reports. My initial idea was to use something like
#+BEGIN_TASKJUGGLER and #+END_TASKJUGGLER. But nowadays it seems more
kosher to use something along the line of #+BEGIN_SRC taskjuggler. I
don't know what that would entail though. I might have to write a Babel
backend for Taskjuggler. I basically just want to use these code blocks
in my exporter.

> Is it available at your github (https://github.com/egli/org-mode) ?

No, this is stale (I should probably remove it). My most up to date code
should be in the orgmode repo.

Thanks
Christian
-- 
Christian Egli
Swiss Library for the Blind, Visually Impaired and Print Disabled
Grubenstrasse 12, CH-8045 Zürich, Switzerland




Re: [O] Re: [PATCH 0/5] Improvements to Taskjuggler export

2011-03-17 Thread Bastien
Hi Christian,

Christian Egli  writes:

> Bastien  writes:
>
>> Ps: I had trouble applying your patches: they came in one order on the
>> list, and on a different one on patchwork.  Applying them from patchwork
>> didn't always work, so I had to do a few things manually.  Not a problem.
>
> Is there anything I can do about this?

I don't think so.  I'll investigate deeper if I see this problem again.

Thanks,

-- 
 Bastien



[O] Re: [PATCH 0/5] Improvements to Taskjuggler export

2011-03-17 Thread Christian Egli
Hi Bastien

Bastien  writes:

> Ps: I had trouble applying your patches: they came in one order on the
> list, and on a different one on patchwork.  Applying them from patchwork
> didn't always work, so I had to do a few things manually.  Not a problem.

Is there anything I can do about this? I just commited the changes
locally and used git format-patch and git send-email.

Thanks
Christian

-- 
Christian Egli
Swiss Library for the Blind, Visually Impaired and Print Disabled
Grubenstrasse 12, CH-8045 Zürich, Switzerland




Re: [O] Re: [PATCH 0/5] Improvements to Taskjuggler export

2011-03-17 Thread Bastien
Hi Marc-Oliver,

Marc-Oliver Ihm  writes:

> Does your fork incorporate Anthonys enhancements (e.g. the
> :TJ:-Drawer) ?

Did Anthony advertized his enhancements on this list?  That's the 
place where to announce them, so that people won't miss them...

Best,

-- 
 Bastien



[O] Re: [PATCH 0/5] Improvements to Taskjuggler export

2011-03-16 Thread Marc-Oliver Ihm

Hello Christian,

Great news !

I am using your wonderful exporter with the extensions from Anthony Lander.
The exporter connects two great tools: Org and taskjuggler and I like it 
very much. Thanx a lot for this work !


Two questions however:

Does your fork incorporate Anthonys enhancements (e.g. the :TJ:-Drawer) ?
Is it available at your github (https://github.com/egli/org-mode) ?


with kind regards, Marc-Oliver Ihm


Am 16.03.2011 12:04, schrieb Christian Egli:

Hi all

I have some long standing improvements to Taskjuggler export which I'd
finally like to push to the repo.

Thanks

Christian Egli (5):
   Add some minimal infrastructure to handle export to both tj2 and tj3
   Mark a task as a milestone if it is a leaf node and cannot be
 scheduled
   Replace recursive functions with iterative ones
   Remove a spurious debug statement
   Escape double quotes in headlines

  lisp/org-taskjuggler.el |   76 +++---
  1 files changed, 58 insertions(+), 18 deletions(-)