From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: [ANN] Exporter for taskjuggler Date: Tue, 8 Jun 2010 12:07:10 +0200 Message-ID: <8EB5419B-3737-401F-978F-50FB69580BB4@gmail.com> References: <87ljdarxpw.fsf@saadawi.sbszh.ch> <874ojbgmi8.fsf@stats.ox.ac.uk> <87wrw3dag8.fsf@saadawi.sbszh.ch> <87k4s21r6m.fsf@saadawi.sbszh.ch> <871vchubgh.fsf@saadawi.sbszh.ch> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=60180 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLviI-0004xo-Gr for emacs-orgmode@gnu.org; Tue, 08 Jun 2010 06:07:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OLviG-0002de-BR for emacs-orgmode@gnu.org; Tue, 08 Jun 2010 06:07:18 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:41966) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OLviG-0002dF-3J for emacs-orgmode@gnu.org; Tue, 08 Jun 2010 06:07:16 -0400 Received: by fxm14 with SMTP id 14so3204306fxm.0 for ; Tue, 08 Jun 2010 03:07:14 -0700 (PDT) In-Reply-To: <871vchubgh.fsf@saadawi.sbszh.ch> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Christian Egli Cc: emacs-orgmode@gnu.org Hi Christian, looks great, but I get a few compiler warnings: emacs -batch -q -no-site-file -eval "(setq load-path (cons (expand-=20 file-name \"./lisp/\") (cons \"/usr/local/share/emacs/site-lisp\" load-=20= path)))" -f batch-byte-compile lisp/org-taskjuggler.el In org-export-as-taskjuggler-and-open: org-taskjuggler.el:330:6:Warning: start-process-shell-command called =20 with 4 arguments, but accepts only 3 In org-taskjuggler-close-maybe: org-taskjuggler.el:633:13:Warning: reference to free variable `old-=20 level' org-taskjuggler.el:635:25:Warning: assignment to free variable `old-=20 level' I have already merged and pushed your branch into the master, but please make a patch that fixes these minor issues. Thank you very much for this great contribution! - Carsten On Jun 8, 2010, at 11:21 AM, Christian Egli wrote: > Manish writes: > >> =46rom where can I get the latest version of org-taskjuggler? > > I finally managed to push the taskjuggler exporter to the public repo. > It's located in the branch taskjuggler-export and should be ready to =20= > be > merged into the mainline. > > - All the FSF paper work has been completed > - AFAIK all the feedback has been incorporated > - e.g. frivolous handling of ID property > - better error handling > - added documentation to export section of org.texi > - included taskjuggler export in the export dispatcher > - added it to the Makefile > > I'm using this exporter almost on a daily bases, but I'm sure there =20= > are > quite a few issues left. For example there is a warning when byte > compiling about a reference to free variable `old-level'. I don't know > if it is kosher to just quiet the compiler with a defvar. There are =20= > some > other known issues mentioned in the TODO section in the code. =20 > However I > think it is ready for wider consumption. > > Also there is an up-to-date tutorial on the usage of the taskjuggler > exporter at http://orgmode.org/worg/org-tutorials/org-taskjuggler.php > > Thanks > Christian > > --=20 > Christian Egli > Swiss Library for the Blind, Visually Impaired and Print Disabled > Grubenstrasse 12, CH-8045 Z=FCrich, Switzerland > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten