diff options
| author | BardofSprites <[email protected]> | 2025-04-04 12:27:11 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-04-04 12:27:11 -0400 |
| commit | f9a7af16c077b89a3db907746d8e1f946b064b02 (patch) | |
| tree | fbe568c6aa370707fc449f92a95a4fa0dd334bd2 /bard-elisp | |
| parent | b44a03de044ca07d84ce5c924a4c308ce5294174 (diff) | |
remove test function
Diffstat (limited to 'bard-elisp')
| -rw-r--r-- | bard-elisp/bard-calendar.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bard-elisp/bard-calendar.el b/bard-elisp/bard-calendar.el index b32b9db..d14a133 100644 --- a/bard-elisp/bard-calendar.el +++ b/bard-elisp/bard-calendar.el @@ -9,10 +9,6 @@ (when (equal (org-get-todo-state) "DONE") (org-clock-out))) -(defun test-func () - (interactive) - (message (org-get-todo-state))) - (defun bard/org-clock-report () (interactive) (bard/new-org-buffer) |
