emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [RFC/PATCH] org-tree-to-indirect-buffer name without tags


From: Nicolas Goaziou
Subject: Re: [O] [RFC/PATCH] org-tree-to-indirect-buffer name without tags
Date: Wed, 06 Jan 2016 19:08:45 +0100

Hello,

"Stefan-W. Hahn" <address@hidden> writes:

> when indirecting an org-tree the buffer gets the titel of the task together
> with its tags and also the spaces between the title and the tags. This is an
> ugly behaviour for the mode-line.
>
> I will propose following patch which removes the tags for the buffer name
> and therefore generates a shorter name:
>
> 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)))

Sounds good. Thank you.

Could you send it using git format-patch, with an appropriate commit
message? If you haven't signed FSF papers, you'll need to add TINYCHANGE
at its end.

Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]