From b78facbf4cc8542fd45d7733d956d46d1864fcb2 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 25 Nov 2022 18:32:46 +0100 Subject: [PATCH] Also jump to first open checkbox with Org mode's default keybinding I actually always want to jump to the first checkbox, not just when explicitly asking for it. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 11ec6fb..00a2640 100644 --- a/init.el +++ b/init.el @@ -772,7 +772,8 @@ (use-package org :pin "gnu" :bind (:map org-mode-map - ([remap org-return] . org-return-indent)) + ([remap org-return] . org-return-indent) + ([remap org-clock-goto] . db/org-clock-goto-first-open-checkbox)) :init (progn (setq org-deadline-warning-days 14 org-read-date-popup-calendar t