summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--lisp/chd.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/chd.el b/lisp/chd.el index f7b5dbb..b301c8d 100644 --- a/lisp/chd.el +++ b/lisp/chd.el
@@ -42,7 +42,11 @@
42 42
43(defun chd/click-bits (date) 43(defun chd/click-bits (date)
44 "Create a new Click Bits org file, or edit the one for DATE." 44 "Create a new Click Bits org file, or edit the one for DATE."
45 (error "not implemented")) 45 (interactive (list (progn
46 (require 'org)
47 (org-read-date))))
48 ;; TODO: implement actual logic.
49 (message "%s" date))
46 50
47;;; NOTES 51;;; NOTES
48;; org-protocol: https://orgmode.org/worg/org-contrib/org-protocol.html 52;; org-protocol: https://orgmode.org/worg/org-contrib/org-protocol.html