summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-02-06 15:08:12 +0100
committerfpi2020-02-23 18:07:12 +0100
commit9837301e93abed6c9213bb3894e26937e8e37b2f (patch)
tree92574185792f79f4d620a38ae3644ee9fd621c75 /emacs-init.org
parentAuto display images after org-babel-execute (diff)
No longer ask for a note when clocking lunch
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org4
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)