Taskjuggler export: Target tj3 by default

* contrib/lisp/ox-taskjuggler.el (org-taskjuggler-target-version): The
  default target is now tj3

Since taskjuggler is not developed anymore and hardly any
distributions carry it anymore we ought to target tj3 by default now.
This commit is contained in:
Christian Egli 2013-03-08 17:25:11 +01:00 committed by Bastien Guerry
parent 99ee65b73f
commit c810fd0472
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ the project."
:group 'org-export-taskjuggler
:type 'string)
(defcustom org-taskjuggler-target-version 2.4
(defcustom org-taskjuggler-target-version 3.0
"Which version of TaskJuggler the exporter is targeting."
:group 'org-export-taskjuggler
:type 'number)