summary refs log tree commit diff stats
path: root/lisp
diff options
context:
space:
mode:
authorCase Duckworth2021-10-06 17:29:46 -0500
committerCase Duckworth2021-10-06 17:29:46 -0500
commit95e14142707a2122d6efa1dff70805a7e4c962fb (patch)
treeb4b1544f29f8eaf00268b9643f8583a02c7a9f08 /lisp
parentAdd org-closed-time-regexp to skips when counting words (diff)
downloademacs-95e14142707a2122d6efa1dff70805a7e4c962fb.tar.gz
emacs-95e14142707a2122d6efa1dff70805a7e4c962fb.zip
Stub a little further with chd/click-bits
Diffstat (limited to 'lisp')
-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