From 5c82790d5f28f7737aa9d2b579705fbf00364fb7 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Fri, 17 Jan 2025 07:24:49 -0500 Subject: org navigation and refile --- bard-emacs-modules/bard-emacs-org.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el index 391ad38..ea9f376 100644 --- a/bard-emacs-modules/bard-emacs-org.el +++ b/bard-emacs-modules/bard-emacs-org.el @@ -13,11 +13,13 @@ ("C-c M-c" . count-words-region) ("C-c C-M-c" . count-words) ("C-c l" . org-store-link) + ("C-c j" . org-goto) ) :bind (("C-c c" . org-capture)) - ;; :config - ;; (setq org-num-max-level 2) + :config + (setq org-goto-interface 'outline-path-completion) + (setq safe-local-variable-values '((org-refile-targets (nil :maxlevel . 3)))) ;; :hook ;; ((org-mode . org-num-mode)) ) -- cgit v1.2.3