From 84e3c44cd9bd6ed7fcfc7478206f1d2238302f53 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Wed, 7 Feb 2024 13:16:35 +0100 Subject: [PATCH] TODO: explore the `org-goto' user interface --- README.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.org b/README.org index 7253d3a..69c31cc 100644 --- a/README.org +++ b/README.org @@ -1707,6 +1707,14 @@ completion function [[info:elisp#Minibuffer Completion][completing-read]]. List (keymap-global-set "M-y" #'consult-yank-pop)) #+end_src +*** TODO Explore ~org-goto~ versus ~consult-org-heading~ +:PROPERTIES: +:CUSTOM_ID: sec:todo-org-goto +:END: + +Explore in particular ~auto-isearch~ (looks powerfull) and ~org-occur~ (looks +mysterious) in the ~org-goto~ user interface. + ** [[https://company-mode.github.io/][Company (info)]] :PROPERTIES: :CUSTOM_ID: sec:company-setup