emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [Accepted] [O,2/3] Fix allocations handling for tj3


From: Bastien Guerry
Subject: [O] [Accepted] [O,2/3] Fix allocations handling for tj3
Date: Tue, 22 Mar 2011 10:47:30 +0100 (CET)

Patch 708 (http://patchwork.newartisans.com/patch/708/) is now "Accepted".

Maintainer comment: none

This relates to the following submission:

http://mid.gmane.org/%3C1300720268-9375-3-git-send-email-christian.egli%40alumni.ethz.ch%3E

Here is the original message containing the patch:

> Content-Type: text/plain; charset="utf-8"
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> Subject: [O,2/3] Fix allocations handling for tj3
> Date: Mon, 21 Mar 2011 20:11:07 -0000
> From: Christian Egli <address@hidden>
> X-Patchwork-Id: 708
> Message-Id: <address@hidden>
> To: address@hidden
> Cc: Christian Egli <address@hidden>
> 
> 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))
> 



reply via email to

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