Re: [O] Make tag inheritance explicit

2018-01-23 Thread Karl Voit
* Kaushal Modi wrote: > > On Tue, Jan 23, 2018 at 9:45 AM Karl Voit wrote: > >> > 2. Use `org-get-tags-at' with point on "Task 1" heading in your example. >> > `org-get-tags' returns a list of tags *only* at the current heading. >> > `org-get-tags-at' returns inherited tags too. >> >> You mean fo

Re: [O] Make tag inheritance explicit

2018-01-23 Thread Kaushal Modi
On Tue, Jan 23, 2018 at 9:45 AM Karl Voit wrote: > > > 2. Use `org-get-tags-at' with point on "Task 1" heading in your example. > > `org-get-tags' returns a list of tags *only* at the current heading. > > `org-get-tags-at' returns inherited tags too. > > You mean for developing a custom-made func

Re: [O] Make tag inheritance explicit

2018-01-23 Thread Karl Voit
Hi Carsten, * Carsten Dominik wrote: > > On Tue, Jan 23, 2018 at 11:22 AM, Karl Voit wrote: > >> Background: Org-mode has perfect tag inheritance but unfortunately >> the export methods I am using do export the tags only to the >> headings they are assigned to and not to their sub-headings via >

Re: [O] Make tag inheritance explicit

2018-01-23 Thread Karl Voit
Hi, * Kaushal Modi wrote: > > On Tue, Jan 23, 2018, 5:24 AM Karl Voit wrote: > >> Org-mode has perfect tag inheritance but unfortunately >> the export methods I am using do export the tags only to the >> headings they are assigned to and not to their sub-headings via >> inheritance. > > Hello, >

Re: [O] Make tag inheritance explicit

2018-01-23 Thread Carsten Dominik
On Tue, Jan 23, 2018 at 11:22 AM, Karl Voit wrote: > Hi! > > Is it possible to lookup inherited tags and add them explicitly to > the current heading? > > Example: > > * Project:ProjectX: > ** Sub-Project :@Joe: > *** Task 1 > *** Task 2 > > When I go to "Task 1" (or 2), I want to invok

Re: [O] Make tag inheritance explicit

2018-01-23 Thread Kaushal Modi
On Tue, Jan 23, 2018, 5:24 AM Karl Voit wrote: > Org-mode has perfect tag inheritance but unfortunately > the export methods I am using do export the tags only to the > headings they are assigned to and not to their sub-headings via > inheritance. Hello, I am curious how you are exporting. Are

[O] Make tag inheritance explicit

2018-01-23 Thread Karl Voit
Hi! Is it possible to lookup inherited tags and add them explicitly to the current heading? Example: * Project:ProjectX: ** Sub-Project :@Joe: *** Task 1 *** Task 2 When I go to "Task 1" (or 2), I want to invoke a command which "copies" the tags ProjectX and @Joe to the heading of the