emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Extending timeclock.el


From: Ihor Radchenko
Subject: Re: Extending timeclock.el
Date: Sat, 06 May 2023 18:48:26 +0000

John Wiegley <johnw@gnu.org> writes:

> If you do extend the _format_, it's likely you may break some of the other
> tools that process timelog data. So if you choose to make an enriched format,
> it would be useful if you provided a way to export this data back to flat
> timelog form (such as by stripping comments). Then I could go from
> timeclock-modern format -> timeclock format -> ledger, for example.

Ideally, one should be able to customize how to parse and write the
format. Then, exporting/importing will just amount for calling
different writer and parser function.

(AFAIU, the data is recorded using some standard internal data structure
already)

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]