diff options
author | fpi | 2020-02-06 15:08:12 +0100 |
---|---|---|
committer | fpi | 2020-02-23 18:07:12 +0100 |
commit | 9837301e93abed6c9213bb3894e26937e8e37b2f (patch) | |
tree | 92574185792f79f4d620a38ae3644ee9fd621c75 | |
parent | Auto display images after org-babel-execute (diff) |
No longer ask for a note when clocking lunch
-rw-r--r-- | emacs-init.org | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emacs-init.org b/emacs-init.org index a7d780a..0281ea8 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -2135,9 +2135,7 @@ The separate functions are needed so they can be used in the hydra. (defun rrix/clock-in-lunch-task () (interactive) - (bh/clock-in-task-by-id fpi/lunch-task) - (org-clock-goto) - (org-add-note)) + (bh/clock-in-task-by-id fpi/lunch-task)) (defun rrix/clock-in-break-task () (interactive) (bh/clock-in-task-by-id fpi/break-task) |