[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Taskjuggler effort and days
From: |
edgar |
Subject: |
[O] Taskjuggler effort and days |
Date: |
Thu, 19 Oct 2017 20:33:45 +0000 |
User-agent: |
Roundcube Webmail/1.2.4 |
Hello,
I got an example from the web to run Taskjuggler (attached;
https://emacs.stackexchange.com/a/31513).
However, when I try to set efforts to units other than hours (~:Effort:
5d~ or ~:Effort: 1w~; see [[tjp.org::Another task]]), org-export
multiplies 24 hours times the number of days. This results in 120.0h (3
weeks in the HTML report) for 5d.
I would like to know if, instead of having 24 hours as the factor, there
is a way to have the actual value copied (~:Effort: 5d~ from the tjp.org
to ~effort 5d~ in the tjp.tjp).
I modified the resulting .tjp, and I can set ~effort 5d~ to get 5
effective days (if no other task is allocated to the resource). Also, if
I set ~:Length: 5d~ instead of ~:Effort: 5d~, the time is well allocated
(results in ~length 5d~; may be that is a clue..?).
If this question has been answered before, I would appreciate if someone
points me in the right direction. Thanks!
* My configuration
Org mode version 9.1.2 (9.1.2-15-g1d5142-elpa
GNU Emacs 24.5.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.8)
I copied and loaded the ox-taskjuggler.el from http://orgmode.org/elpa/
today.
#+BEGIN_SRC emacs-lisp
(require 'package)
(package-initialize)
(require 'org)
(add-to-list 'org-export-backends 'taskjuggler)
(require 'ox-taskjuggler)
#+END_SRC
-------------------------------------------------
ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the
NSA's hands!
$24.95 ONETIME Lifetime accounts with Privacy Features!
15GB disk! No bandwidth quotas!
Commercial and Bulk Mail Options!
tjp.tjp
Description: Text document
tjp.org
Description: Text document
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [O] Taskjuggler effort and days,
edgar <=