From bbf70e74fb957607ba85301d7d54f4e40edcfe68 Mon Sep 17 00:00:00 2001 From: Christian Egli Date: Fri, 12 Apr 2013 22:24:18 +0200 Subject: [PATCH] Taskjuggler: Adapt comment section and some doc strings to tj3 * ox-taskjuggler.el: Update the comment section to TaskJuggler 3.x. (org-taskjuggler-target-version): Add a link to `org-taskjuggler-default-reports' to make it clear that both need to be changed in order to support TaskJuggler 2.4. --- contrib/lisp/ox-taskjuggler.el | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/contrib/lisp/ox-taskjuggler.el b/contrib/lisp/ox-taskjuggler.el index f4df5bc16..a579de999 100644 --- a/contrib/lisp/ox-taskjuggler.el +++ b/contrib/lisp/ox-taskjuggler.el @@ -28,12 +28,11 @@ ;;; Commentary: ;; ;; This library implements a TaskJuggler exporter for Org mode. -;; TaskJuggler uses a text format to define projects, tasks and -;; resources, so it is a natural fit for Org mode. It can produce all -;; sorts of reports for tasks or resources in either HTML, CSV or PDF. -;; The current version of TaskJuggler requires KDE but the next -;; version is implemented in Ruby and should therefore run on any -;; platform. +;; TaskJuggler is a project planing tool that uses a text format to +;; define projects, tasks and resources, so it is a natural fit for +;; Org mode. It can produce all sorts of reports for tasks or +;; resources in either HTML, CSV or PDF. TaskJuggler is implemented +;; in Ruby and should therefore run on any platform. ;; ;; The exporter does not export all the nodes of a document or ;; strictly follow the order of the nodes in the document. @@ -185,7 +184,14 @@ the project." :type 'string) (defcustom org-taskjuggler-target-version 3.0 - "Which version of TaskJuggler the exporter is targeting." + "Which version of TaskJuggler the exporter is targeting. +By default a project plan is exported which conforms to version +3.x of TaskJuggler. For a project plan that is compatible with +versions of TaskJuggler older than 3.0 set this to 2.4. + +If you change this variable be sure to also change +`org-taskjuggler-default-reports' as the format of reports has +changed considerably between version 2.x and 3.x of TaskJuggler" :group 'org-export-taskjuggler :type 'number)