* [PATCH 1/3] Taskjuggler export: Fix a reference to a defcustom
@ 2013-03-08 16:22 Christian Egli
2013-03-08 17:18 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Christian Egli @ 2013-03-08 16:22 UTC (permalink / raw)
To: emacs-orgmode
* contrib/lisp/ox-taskjuggler.el (org-taskjuggler--build-task): Fix
the reference to the target-version defcustom
---
contrib/lisp/ox-taskjuggler.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/lisp/ox-taskjuggler.el b/contrib/lisp/ox-taskjuggler.el
index 8db45e9..88641b8 100644
--- a/contrib/lisp/ox-taskjuggler.el
+++ b/contrib/lisp/ox-taskjuggler.el
@@ -721,7 +721,7 @@ a unique id will be associated to it."
(and allocate
(format " purge %s\n allocate %s\n"
;; Compatibility for previous TaskJuggler versions.
- (if (>= org-export-taskjuggler-target-version 3.0) "allocate"
+ (if (>= org-taskjuggler-target-version 3.0) "allocate"
"allocations")
allocate))
(and complete (format " complete %s\n" comptete))
--
1.7.10.4
--
Christian Egli
Swiss Library for the Blind, Visually Impaired and Print Disabled
Grubenstrasse 12, CH-8045 Zürich, Switzerland
-----
Die neue Online-Bibliothek der SBS: Mit wenigen Klicks zum Buch unter http://online.sbs.ch
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/3] Taskjuggler export: Fix a reference to a defcustom
2013-03-08 16:22 [PATCH 1/3] Taskjuggler export: Fix a reference to a defcustom Christian Egli
@ 2013-03-08 17:18 ` Bastien
0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2013-03-08 17:18 UTC (permalink / raw)
To: Christian Egli; +Cc: emacs-orgmode
Hi Christian,
Christian Egli <christian.egli@sbs.ch> writes:
> * contrib/lisp/ox-taskjuggler.el (org-taskjuggler--build-task): Fix
> the reference to the target-version defcustom
> * contrib/lisp/ox-taskjuggler.el (org-taskjuggler--build-task): Fix
> the check whether a node has no children
> * contrib/lisp/ox-taskjuggler.el (org-taskjuggler-target-version): The
> default target is now tj3
Applied, thanks a lot for taking care of this!
--
Bastien
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-08 17:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-08 16:22 [PATCH 1/3] Taskjuggler export: Fix a reference to a defcustom Christian Egli
2013-03-08 17:18 ` Bastien
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).