* org-tags-match-list-sublevels is very useful in some condition, why we will semi-obsolete it?
@ 2019-03-21 14:54 tumashu
2019-03-21 20:55 ` Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: tumashu @ 2019-03-21 14:54 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 460 bytes --]
(defcustom org-tags-match-list-sublevels t
"...
This variable is semi-obsolete and probably should always be true. It
is better to limit inheritance to certain tags using the variables
`org-use-tag-inheritance' and `org-tags-exclude-from-inheritance'."
...
"org-tags-match-list-sublevels + search +LEVEL>n " is a very useful tip, if you have many sublevels with many different tags,
it can not lost search results nearly, why we will semi-obsolete it?
[-- Attachment #2: Type: text/html, Size: 626 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: org-tags-match-list-sublevels is very useful in some condition, why we will semi-obsolete it?
2019-03-21 14:54 org-tags-match-list-sublevels is very useful in some condition, why we will semi-obsolete it? tumashu
@ 2019-03-21 20:55 ` Nicolas Goaziou
2019-03-22 2:47 ` tumashu
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2019-03-21 20:55 UTC (permalink / raw)
To: tumashu; +Cc: emacs-orgmode
Hello,
tumashu <tumashu@163.com> writes:
> (defcustom org-tags-match-list-sublevels t
> "...
> This variable is semi-obsolete and probably should always be true. It
> is better to limit inheritance to certain tags using the variables
> `org-use-tag-inheritance' and `org-tags-exclude-from-inheritance'."
>
> ...
>
>
> "org-tags-match-list-sublevels + search +LEVEL>n " is a very useful tip, if you have many sublevels with many different tags,
> it can not lost search results nearly, why we will semi-obsolete it?
I do not understand your remark. Could you clarify what you mean? Do you
have any use case for a nil `org-tags-match-list-sublevels' that cannot
be handled with tag inheritance?
Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: org-tags-match-list-sublevels is very useful in some condition, why we will semi-obsolete it?
2019-03-21 20:55 ` Nicolas Goaziou
@ 2019-03-22 2:47 ` tumashu
0 siblings, 0 replies; 3+ messages in thread
From: tumashu @ 2019-03-22 2:47 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: emacs-orgmode
At 2019-03-22 04:55:25, "Nicolas Goaziou" <mail@nicolasgoaziou.fr> wrote:
>Hello,
>
>tumashu <tumashu@163.com> writes:
>
>> (defcustom org-tags-match-list-sublevels t
>> "...
>> This variable is semi-obsolete and probably should always be true. It
>> is better to limit inheritance to certain tags using the variables
>> `org-use-tag-inheritance' and `org-tags-exclude-from-inheritance'."
>>
>> ...
>>
>>
>> "org-tags-match-list-sublevels + search +LEVEL>n " is a very useful tip, if you have many sublevels with many different tags,
>> it can not lost search results nearly, why we will semi-obsolete it?
>
>I do not understand your remark. Could you clarify what you mean? Do you
>have any use case for a nil `org-tags-match-list-sublevels' that cannot
>be handled with tag inheritance?
>
>Thank you.
>
>Regards,
>
>--
>Nicolas Goaziou
I use a refs.org to manage my document, which is like the below example, but have many many headlines.
-------------------------------
* story :story:
** story1
** story2
*** sky :sky:
** story3
*** sky :sky:
** ...
** story100
* sky :sky:
** sky1
*** sky story :story:
** sky2
** sky2
*** sky story :story:
------------------------------
(setq org-tags-match-list-sublevels nil)
I seach "story" info with: "story+LEVEL>1", if I want to know more details, I search "story+LEVEL>2 ... 3 ... 4" with a user-define one key command help.
Sorry for my pool English :-(
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-03-22 2:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-21 14:54 org-tags-match-list-sublevels is very useful in some condition, why we will semi-obsolete it? tumashu
2019-03-21 20:55 ` Nicolas Goaziou
2019-03-22 2:47 ` tumashu
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.