From f24140c66248826b648ad29c82762389ee0175cc Mon Sep 17 00:00:00 2001 From: "Stefan-W. Hahn" Date: Wed, 6 Jan 2016 20:20:36 +0100 Subject: Name org-tree indirected buffer just with title Just use org-tree title for naming an indirected org-tree buffer. If tags are appended the name clutters mode-line. TINYCHANGE Signed-off-by: Stefan-W. Hahn --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index c600f2f..47c28fb 100755 --- a/lisp/org.el +++ b/lisp/org.el @@ -7595,7 +7595,7 @@ org-tree-to-indirect-buffer (while (> (setq level (org-outline-level)) arg) (org-up-heading-safe))) (setq beg (point) - heading (org-get-heading)) + heading (org-get-heading 'no-tags)) (org-end-of-subtree t t) (when (org-at-heading-p) (backward-char 1)) (setq end (point))) -- 2.5.0.rc3.2.g6f9504c