From f1ddcec3ab85161618e9b2b5c4bbf31fa64e3267 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Sat, 19 Oct 2024 13:43:11 -0700 Subject: [PATCH] Edit an Org section in another buffer --- ha-org.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ha-org.org b/ha-org.org index 4c03b74..b97c4f0 100644 --- a/ha-org.org +++ b/ha-org.org @@ -3,7 +3,7 @@ #+date: 2020-09-18 #+tags: emacs org #+startup: inlineimages -#+lastmod: [2024-10-18 Fri] +#+lastmod: [2024-10-19 Sat] A literate programming file for configuring org-mode and those files. @@ -717,6 +717,7 @@ Global keybindings available to all file buffers: "o n" '(:ignore t :which-key "narrow") "o n s" '("subtree" . org-narrow-to-subtree) + "o n S" '("tree -> win" . org-tree-to-indirect-buffer) "o n b" '("block" . org-narrow-to-block) "o n e" '("element" . org-narrow-to-element) "o n w" '("widen" . widen))