emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [PATCH 2/3] Fix allocations handling for tj3


From: Christian Egli
Subject: [O] [PATCH 2/3] Fix allocations handling for tj3
Date: Mon, 21 Mar 2011 16:11:07 +0100

From: Christian Egli <address@hidden>

* org-taskjuggler.el (org-taskjuggler-open-task): Only emit a "purge
allocations" statement if we are not targeting tj3.
---
 lisp/org-taskjuggler.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el
index 279f46d..bcf2c45 100644
--- a/lisp/org-taskjuggler.el
+++ b/lisp/org-taskjuggler.el
@@ -660,8 +660,8 @@ org-mode priority string."
          (format " depends %s\n" previous-sibling)
        (and depends (format " depends %s\n" depends)))
       (and allocate (format " purge %s\n allocate %s\n"
-                           (or (and (org-taskjuggler-targeting-tj3-p) 
"allocations")
-                               "allocate")
+                           (or (and (org-taskjuggler-targeting-tj3-p) 
"allocate")
+                               "allocations")
                            allocate))
       (and complete (format " complete %s\n" complete))
       (and effort (format " effort %s\n" effort))
-- 
1.7.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]