summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2013-08-08 14:32:01 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2013-08-08 14:32:01 +0200
commitab8bfb846077e41c2e378f40faf6ad66eb33a526 (patch)
treee5a623b51af64fedc8cea3353a4b325399845920
parentf5161671ceb882b7a946d0632fbbf5c380952556 (diff)
downloadorg-mode-ab8bfb846077e41c2e378f40faf6ad66eb33a526.tar.gz
org-clock: Fix defcustom type for two variables
* lisp/org-clock.el (org-clock-total-time-cell-format, org-clock-file-time-cell-format): Use correct type.
-rw-r--r--lisp/org-clock.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index fc619e0..9ff7d11 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -361,13 +361,13 @@ play with them."
"Format string for the total time cells."
:group 'org-clock
:version "24.1"
- :type 'boolean)
+ :type 'string)
(defcustom org-clock-file-time-cell-format "*%s*"
"Format string for the file time cells."
:group 'org-clock
:version "24.1"
- :type 'boolean)
+ :type 'string)
(defcustom org-clock-clocked-in-display 'mode-line
"When clocked in for a task, org-mode can display the current