From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id WP7WGJh8t1/KTgAA0tVLHw (envelope-from ) for ; Fri, 20 Nov 2020 08:21:44 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id KBTDFJh8t1+nQAAAB5/wlQ (envelope-from ) for ; Fri, 20 Nov 2020 08:21:44 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 83F5F9401BC for ; Fri, 20 Nov 2020 08:21:43 +0000 (UTC) Received: from localhost ([::1]:33208 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kg1fp-0001Tk-J4 for larch@yhetil.org; Fri, 20 Nov 2020 03:21:41 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:45556) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kg1f6-0001Ta-B2 for emacs-orgmode@gnu.org; Fri, 20 Nov 2020 03:20:56 -0500 Received: from mout-p-101.mailbox.org ([80.241.56.151]:55396) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1kg1f4-0006ML-1T for emacs-orgmode@gnu.org; Fri, 20 Nov 2020 03:20:55 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4CcqHj41j5zQlLp; Fri, 20 Nov 2020 09:20:49 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10030) with ESMTP id 5voKmLgvTEVm; Fri, 20 Nov 2020 09:20:45 +0100 (CET) From: Leo Okawa Ericson To: Marcin Borkowski , Org-Mode mailing list Subject: Re: Clock tables and two ways to categorize tasks In-Reply-To: <87tutljzxo.fsf@mbork.pl> References: <87tutljzxo.fsf@mbork.pl> Date: Fri, 20 Nov 2020 09:20:35 +0100 Message-ID: <87h7pksalo.fsf@leo-B85-HD3.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain X-MBO-SPAM-Probability: X-Rspamd-Score: -4.44 / 15.00 / 15.00 X-Rspamd-Queue-Id: 45E8E1718 X-Rspamd-UID: 0c23b1 Received-SPF: pass client-ip=80.241.56.151; envelope-from=leo@relevant-information.com; helo=mout-p-101.mailbox.org X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: 0+dtNGBUS+Tj Some time ago I hacked together a bunch of elisp to create a clock table based on tags. [1] It uses org's dynamic block feature[2] to create a piechart with gnuplot and a simple table that shows percentages of time spent on different tags. I should say that it has basically no documentation at all, but if there is interest I could write something to explain the basic usage at least. [1] https://github.com/Zetagon/dotfiles/blob/master/doom/pichart-property.el [2] https://orgmode.org/manual/Dynamic-Blocks.html