* Obtain CLOCK duration from LOGBOOK drawer using Org Element
@ 2017-03-23 19:17 Shakthi Kannan
0 siblings, 0 replies; only message in thread
From: Shakthi Kannan @ 2017-03-23 19:17 UTC (permalink / raw)
To: emacs-orgmode
Hi,
How can I obtain the clocked time for each CLOCK entry in the LOGBOOK
drawer using Org Element? Consider the following Org example:
=== Org sample ===
* DONE Task A
CLOSED: [2017-03-20 Mon 12:21]
:PROPERTIES:
:ESTIMATED: 1.5
:ACTUAL:
:OWNER: foo
:END:
:LOGBOOK:
CLOCK: [2017-03-20 Mon 11:45]--[2017-03-20 Mon 12:15] => 0:30
CLOCK: [2017-03-17 Fri 20:15]--[2017-03-17 Fri 21:45] => 1:30
CLOCK: [2017-03-17 Fri 12:05]--[2017-03-17 Fri 13:05] => 1:00
:END:
=== END ===
I would like to obtain "0:30", "1:30" and "1:00" from the LOGBOOK
CLOCK entries, sum them up and update the :ACTUAL: value in the the
PROPERTIES drawer. How can this be done?
Appreciate your inputs in this regard.
Thanks!
SK
--
Shakthi Kannan
http://www.shakthimaan.com
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-03-23 19:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-23 19:17 Obtain CLOCK duration from LOGBOOK drawer using Org Element Shakthi Kannan
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.