From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Alekseyev Subject: How to generate CLOCKSUM property from time ranges? Date: Thu, 1 Nov 2018 22:01:19 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000008c1d120579a5c07a" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gIPiQ-00006t-8P for emacs-orgmode@gnu.org; Thu, 01 Nov 2018 23:01:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gIPiP-0001bf-Ec for emacs-orgmode@gnu.org; Thu, 01 Nov 2018 23:01:42 -0400 Received: from mail-io1-xd31.google.com ([2607:f8b0:4864:20::d31]:42589) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gIPiK-0001Vv-6X for emacs-orgmode@gnu.org; Thu, 01 Nov 2018 23:01:37 -0400 Received: by mail-io1-xd31.google.com with SMTP id h19-v6so383256iog.9 for ; Thu, 01 Nov 2018 20:01:31 -0700 (PDT) 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.org@gnu.org Sender: "Emacs-orgmode" To: Emacs orgmode --0000000000008c1d120579a5c07a Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Greetings all, I am looking into using `org-invoice` to generate some invoices. It uses the CLOCKSUM property, which according to the docs gets auto-generated when the clock entries are summed in a subtree. Concretely, docs say: "CLOCKSUM: The sum of CLOCK intervals in the subtree. =E2=80=98org-clock-sum=E2=80=99 must be run first to compute the = values in the current buffer." However, `org-clock-sum` is a non-interactive function, and evaluating it by hand doesn't do anything for me. Org-clock-report is able to generate the table with total subtree sums, but doesn't set the CLOCKSUM property. Question: how do I get CLOCKSUM property generated and stored in a subtree with timestamps so that org-invoice functions can pick it up? --Leo --0000000000008c1d120579a5c07a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Greetings all,
I am lookin= g into using `org-invoice` to generate some invoices. It uses the CLOCKSUM = property, which according to the docs gets auto-generated when the clock en= tries are summed in a subtree.=C2=A0=C2=A0

Concret= ely, docs say: "CLOCKSUM: The sum of CLOCK intervals in the subtree.= =C2=A0 =E2=80=98org-clock-sum=E2=80=99 must be run first to compute the val= ues in the current buffer."=C2=A0 However, `org-clock-sum` is a non-in= teractive function, and evaluating it by hand doesn't do anything for m= e.

Org-clock-report is able to generate the table = with total subtree sums, but doesn't set the CLOCKSUM property.

Question: how do I get CLOCKSUM property generated and st= ored in a subtree with timestamps so that org-invoice functions can pick it= up?
--Leo
--0000000000008c1d120579a5c07a--