We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45d277 commit 20ab6eeCopy full SHA for 20ab6ee
org-clock-csv.el
@@ -5,7 +5,7 @@
5
;; Author: Aaron Jacobs <[email protected]>
6
;; URL: https://github.com/atheriel/org-clock-csv
7
;; Keywords: calendar, data, org
8
-;; Version: 1.0
+;; Version: 1.1
9
;; Package-Requires: ((org "8.3") (s "1.0"))
10
11
;; This file is NOT part of GNU Emacs.
@@ -32,7 +32,7 @@
32
;; In interactive mode, calling `org-clock-csv' will open a buffer
33
;; with the parsed entries from the files in `org-agenda-files'. The
34
;; 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
+;; argument, and there is an `org-clock-csv-batch-and-exit' that will
36
;; output the CSV content to standard output (for use in batch mode).
37
38
;;; Code:
0 commit comments