From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Org-mode and Taskjuggler Date: Tue, 11 Jun 2013 07:20:18 -0500 Message-ID: References: <87ppxd9i1a.fsf@sbs.ch> <8761z1gmps.fsf@ucl.ac.uk> <87k3ngtldi.fsf@sbs.ch> <87ip30ku0x.fsf@pinto.chemeng.ucl.ac.uk> <87bo8st7jf.fsf@sbs.ch> <87ppx7ajbp.fsf@sbs.ch> <51B5F967.1040905@dayspringpublisher.com> <87fvwpkpax.fsf@sbs.ch> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c2f63a96bd5904dedfeb67 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmNYm-0000x3-BE for emacs-orgmode@gnu.org; Tue, 11 Jun 2013 08:20:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UmNYh-0008Ax-Dz for emacs-orgmode@gnu.org; Tue, 11 Jun 2013 08:20:24 -0400 Received: from mail-oa0-x235.google.com ([2607:f8b0:4003:c02::235]:33586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmNYh-0008Ak-7h for emacs-orgmode@gnu.org; Tue, 11 Jun 2013 08:20:19 -0400 Received: by mail-oa0-f53.google.com with SMTP id k18so2826757oag.40 for ; Tue, 11 Jun 2013 05:20:18 -0700 (PDT) In-Reply-To: <87fvwpkpax.fsf@sbs.ch> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Christian Egli Cc: emacs-orgmode --001a11c2f63a96bd5904dedfeb67 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Jun 11, 2013 3:46 AM, "Christian Egli" wrote: > > Hi Louis > > Louis Turk writes: > > > I'm very interested in your work to get Org-mode to export to > > Taskjuggler version 3 --- very exciting! Being able to export to tj3 > > from org-mode would be extremely helpful to me. > > Cool. > > > However, I'm having trouble getting it to work. I suspect that the > > documentation I've been reading is too old --- for version 2 of > > Taskjuggler---, and I have version 3 installed. > > Yes, the documentation should be updated. John Hendy promised to do so a > while ago :-) (hint, hint). > Don't worry... I'm listening despite not being very active on the list lately. Work is crazy, but I'm actually using tj3, so that will come in handy when I get back to the documentation! In the meantime, yes, more specific details about issues would let us help. Sorry for the delay! John > What are the problems you are encountering? It should work out of the > box. Once you have an org file as explained on the worg page you just > invoke the exporter with C-c C-e J o for example and you should see the > schedule in a browser. > > > Would you please send me: > > > > 1 The related code in your .emacs file. > > There is nothing special in my .emacs file. You need to include contrib > to your load path (add-to-list 'load-path "~/src/org-mode/contrib/lisp") > and you need to enable the taskjuggler exporter (M-x customize > org-export-backends). > > > 2 A sample full-featured org-mode file that compiles successfully to > > tj3. > > The one on from the taskjuggler tutorial on the worg page should work. > > > 3 Any up-to-date documentation that is available. > > The best ATM is the tutorial on worg and the comments in the code. > > > 4 Anything other information needed to get it to work. > > If there is any other info needed then I'd say it is the official > TaskJuggler documentation. > > > Thank you in advance for your help. And thanks for all your work > > already done on this project. > > My pleasure. > > HTH > Christian > > -- > Christian Egli > Swiss Library for the Blind, Visually Impaired and Print Disabled > Grubenstrasse 12, CH-8045 Z=C3=BCrich, Switzerland > > ----- > Tag der offenen Tuer > Die SBS laedt Sie herzlich ein: 29. Juni 2013 von 9 bis 16 Uhr. > Mehr Informationen erhalten Sie unter http://www.sbs.ch/offenetuer --001a11c2f63a96bd5904dedfeb67 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Jun 11, 2013 3:46 AM, "Christian Egli" <christian.egli@sbs.ch> wrote:
>
> Hi Louis
>
> Louis Turk <lou@daysp= ringpublisher.com> writes:
>
> > I'm very interested in your work to get Org-mode to export to=
> > Taskjuggler version 3 --- very exciting! Being able to export to = tj3
> > from org-mode would be extremely helpful to me.
>
> Cool.
>
> > However, I'm having trouble getting it to work. I suspect tha= t the
> > documentation I've been reading is too old --- for version 2 = of
> > Taskjuggler---, and I have version 3 installed.
>
> Yes, the documentation should be updated. John Hendy promised to do so= a
> while ago :-) (hint, hint).
>

Don't worry... I'm listening despite not being very = active on the list lately. Work is crazy, but I'm actually using tj3, s= o that will come in handy when I get back to the documentation!

In the meantime, yes, more specific details about issues wou= ld let us help.

Sorry for the delay!

John

> What are the problems you are encountering? It should w= ork out of the
> box. Once you have an org file as explained on the worg page you just<= br> > invoke the exporter with C-c C-e J o for example and you should see th= e
> schedule in a browser.
>
> > Would you please send me:
> >
> > 1 The related code in your .emacs file.
>
> There is nothing special in my .emacs file. You need to include contri= b
> to your load path (add-to-list 'load-path "~/src/org-mode/con= trib/lisp")
> and you need to enable the taskjuggler exporter (M-x customize
> org-export-backends).
>
> > 2 A sample full-featured org-mode file that compiles successfully= to
> > =C2=A0 tj3.
>
> The one on from the taskjuggler tutorial on the worg page should work.=
>
> > 3 Any up-to-date documentation that is available.
>
> The best ATM is the tutorial on worg and the comments in the code.
>
> > 4 Anything other information needed to get it to work.
>
> If there is any other info needed then I'd say it is the official<= br> > TaskJuggler documentation.
>
> > Thank you in advance for your help. And thanks for all your work<= br> > > already done on this project.
>
> My pleasure.
>
> HTH
> Christian
>
> --
> Christian Egli
> Swiss Library for the Blind, Visually Impaired and Print Disabled
> Grubenstrasse 12, CH-8045 Z=C3=BCrich, Switzerland
>
> -----
> Tag der offenen Tuer
> Die SBS laedt Sie herzlich ein: 29. Juni 2013 von 9 bis 16 Uhr.
> Mehr Informationen erhalten Sie unter http://www.sbs.ch/offenetuer

--001a11c2f63a96bd5904dedfeb67--