diff options
author | Case Duckworth | 2021-10-06 11:16:32 -0500 |
---|---|---|
committer | Case Duckworth | 2021-10-06 11:16:32 -0500 |
commit | 240990939285d1f52391c4dafdc6f0787bc6a056 (patch) | |
tree | 9177750059132e3574b0c0ead8cf15c57e9cb21a /lisp | |
parent | Add open-paragraph (diff) | |
download | emacs-240990939285d1f52391c4dafdc6f0787bc6a056.tar.gz emacs-240990939285d1f52391c4dafdc6f0787bc6a056.zip |
Stub a function
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/chd.el | 6 |
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 |