From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Benjamin_K=C3=A4stner?= Subject: org-contrib: Taskjuggler effort calculated via org instead of TJ3? Date: Tue, 21 Jan 2020 16:24:54 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54577) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1itvOx-0005s8-GI for emacs-orgmode@gnu.org; Tue, 21 Jan 2020 10:25:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1itvOt-0001bk-Dj for emacs-orgmode@gnu.org; Tue, 21 Jan 2020 10:25:11 -0500 Received: from mail-lj1-x236.google.com ([2a00:1450:4864:20::236]:35544) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1itvOt-0001aj-4o for emacs-orgmode@gnu.org; Tue, 21 Jan 2020 10:25:07 -0500 Received: by mail-lj1-x236.google.com with SMTP id j1so3228219lja.2 for ; Tue, 21 Jan 2020 07:25:06 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hi, On version 9.3 (9.3-elpaplus @ $HOME/.emacs.d/elpa/org-plus-contrib-20191203/), `ox-taskjuggler' exports the :Effort: property calculated via `org-duration-to-minutes', e.g. 2d get exported as 48.0h instead of the literal 2d. This is unexpected and makes the Taskjuggler export unusable for me in the current form. Is there a rationale for this? Maybe I'm missing something and it's more reasonable to plan in working hours instead of working days. Otherwise, could that behaviour get changed or at least put behind a variable/customize interface? Regards, Benjamin