From 9837301e93abed6c9213bb3894e26937e8e37b2f Mon Sep 17 00:00:00 2001 From: fpi Date: Thu, 6 Feb 2020 15:08:12 +0100 Subject: No longer ask for a note when clocking lunch --- emacs-init.org | 4 +--- 1 file changed, 1 insertion(+), 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) -- cgit v1.2.3