-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps to version 1.2 and updates the documentation.
- Loading branch information
Showing
2 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
;; Author: Aaron Jacobs <[email protected]> | ||
;; URL: https://github.com/atheriel/org-clock-csv | ||
;; Keywords: calendar, data, org | ||
;; Version: 1.1 | ||
;; Version: 1.2 | ||
;; Package-Requires: ((org "8.3") (s "1.0")) | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
@@ -30,10 +30,13 @@ | |
;; intended to facilitate clocked time analysis in external programs. | ||
|
||
;; In interactive mode, calling `org-clock-csv' will open a buffer | ||
;; with the parsed entries from the files in `org-agenda-files'. The | ||
;; function can also be called from Lisp code with a file list | ||
;; argument, and there is an `org-clock-csv-batch-and-exit' that will | ||
;; output the CSV content to standard output (for use in batch mode). | ||
;; with the parsed entries from the files in `org-agenda-files', while | ||
;; `org-clock-csv-to-file' will write this output to a file. Both | ||
;; functions take a prefix argument to read entries from the current | ||
;; buffer instead. | ||
|
||
;; There is also an `org-clock-csv-batch-and-exit' that will output | ||
;; the CSV content to standard output (for use in batch mode). | ||
|
||
;;; Code: | ||
|
||
|