summary refs log tree commit diff stats
path: root/lisp
diff options
context:
space:
mode:
authorCase Duckworth2021-10-06 11:16:32 -0500
committerCase Duckworth2021-10-06 11:16:32 -0500
commit240990939285d1f52391c4dafdc6f0787bc6a056 (patch)
tree9177750059132e3574b0c0ead8cf15c57e9cb21a /lisp
parentAdd open-paragraph (diff)
downloademacs-240990939285d1f52391c4dafdc6f0787bc6a056.tar.gz
emacs-240990939285d1f52391c4dafdc6f0787bc6a056.zip
Stub a function
Diffstat (limited to 'lisp')
-rw-r--r--lisp/chd.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/chd.el b/lisp/chd.el index 697c134..f7b5dbb 100644 --- a/lisp/chd.el +++ b/lisp/chd.el
@@ -40,10 +40,12 @@
40 (org-back-to-heading) 40 (org-back-to-heading)
41 (org-open-at-point))) 41 (org-open-at-point)))
42 42
43(defun chd/click-bits (date)
44 "Create a new Click Bits org file, or edit the one for DATE."
45 (error "not implemented"))
46
43;;; NOTES 47;;; NOTES
44;; org-protocol: https://orgmode.org/worg/org-contrib/org-protocol.html 48;; org-protocol: https://orgmode.org/worg/org-contrib/org-protocol.html
45;; the bit i wanna pull from TaskIQ: 'document.getElementById("preview") 49;; the bit i wanna pull from TaskIQ: 'document.getElementById("preview")
46
47
48(provide 'chd) 50(provide 'chd)
49;;; chd.el ends here 51;;; chd.el ends here