Skip to content

Commit 20ab6ee

Browse files
committed
Bump version to reflect new batch mode features.
Signed-off-by: Aaron Jacobs <[email protected]>
1 parent e45d277 commit 20ab6ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

org-clock-csv.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Aaron Jacobs <[email protected]>
66
;; URL: https://github.com/atheriel/org-clock-csv
77
;; Keywords: calendar, data, org
8-
;; Version: 1.0
8+
;; Version: 1.1
99
;; Package-Requires: ((org "8.3") (s "1.0"))
1010

1111
;; This file is NOT part of GNU Emacs.
@@ -32,7 +32,7 @@
3232
;; In interactive mode, calling `org-clock-csv' will open a buffer
3333
;; with the parsed entries from the files in `org-agenda-files'. The
3434
;; function can also be called from Lisp code with a file list
35-
;; argument, and there is an `org-clock-csv-batch' version that will
35+
;; argument, and there is an `org-clock-csv-batch-and-exit' that will
3636
;; output the CSV content to standard output (for use in batch mode).
3737

3838
;;; Code:

0 commit comments

Comments
 (0)