Releases: atheriel/org-clock-csv
Releases · atheriel/org-clock-csv
Export directly to a file, plus use the prefix argument to read the current buffer
This release includes:
- CSV output to a file (as opposed to a buffer) with
org-clock-csv-to-file
. Suggested by @milouse. - Rendering entries from the current buffer by using the prefix arg to either
org-clock-csv
or the neworg-clock-csv-to-file
. Suggested by @quazgar. - Cask support. Contributed by @Fuco1.
- Support for
duration
andheadline
in custom formatters. Contributed by @milouse.
In addition to better testing and other minor fixes and improvements.
Working batch mode support
This release includes some new features:
- Working batch mode support with
org-clock-csv-batch-and-exit
- Ancestors are now included in CSV output (#6).
- Several bug fixes and improvements.
Initial public release
This package allows exporting org-mode
clock entries to CSV format from within Emacs. Simply call M-x org-clock-csv
.