Re: [PATCH] agenda: Consider FILETAGS for archive skipping

2020-05-21 Thread George Sokolsky
Thank you Kyle On May 21, 2020 5:05:10 AM GMT+02:00, Kyle Meyer wrote: >George Sokolsky writes: > >> Kyle, could you please apply the patch to the org repository? > >Applied (5e2490bdf).

Re: [PATCH] agenda: Consider FILETAGS for archive skipping

2020-05-20 Thread Kyle Meyer
George Sokolsky writes: > Kyle, could you please apply the patch to the org repository? Applied (5e2490bdf).

Re: [PATCH] agenda: Consider FILETAGS for archive skipping

2020-05-18 Thread Kyle Meyer
George Sokolsky writes: > I had to apply it manually on the latest org-20200518 (line numbers > changed in this new version or me too lame) - the patch seem to fix the > below problem and works just fine! The patch was against the master branch (specifically 9bc0cc7fb), not the maint branch

Re: [PATCH] agenda: Consider FILETAGS for archive skipping

2020-05-18 Thread George Sokolsky
Kyle, could you please apply the patch to the org repository? Thank you George Bastien writes: > Hi George, > > George Sokolsky writes: > >> For avoidance of doubt - this is Kyle's patch, not mine (thank you >> Kyle!) > > Sorry for the confusion, I thought you were asking for permission to

Re: [PATCH] agenda: Consider FILETAGS for archive skipping

2020-05-18 Thread Bastien
Hi George, George Sokolsky writes: > For avoidance of doubt - this is Kyle's patch, not mine (thank you > Kyle!) Sorry for the confusion, I thought you were asking for permission to commit the patch directly yourself. Kyle can of course apply it when he wants. > Bastien, do you mean that

Re: [PATCH] agenda: Consider FILETAGS for archive skipping

2020-05-18 Thread George Sokolsky
For avoidance of doubt - this is Kyle's patch, not mine (thank you Kyle!) Bastien, do you mean that this patch will be in the next weekly org build on melpa? Thank you George Bastien writes: > Hi George, > > thanks for your patch! > > George Sokolsky writes: > >> I'm trying to add Bastien

Re: [PATCH] agenda: Consider FILETAGS for archive skipping

2020-05-18 Thread Bastien
Hi George, thanks for your patch! George Sokolsky writes: > I'm trying to add Bastien into recepients of this e-mail - or could > anyone please help with commiting the below code into the org > repository? Anyone with write access to the repository can apply it. If you plan to make regular

Re: [PATCH] agenda: Consider FILETAGS for archive skipping

2020-05-18 Thread George Sokolsky
's probably okay given that > those aren't considered for handling :ARCHIVE: subtrees either. > > -- >8 -- > Subject: [PATCH] agenda: Consider FILETAGS for archive skipping > > * lisp/org-agenda.el (org-agenda-skip): Consider skipping all entries > in a file if org-archive-tag

Re: [PATCH] agenda: Consider FILETAGS for archive skipping

2020-05-17 Thread Dauer, Michael
provide the behavior you want. It doesn't consider any > of the tag inheritance variables, but that's probably okay given that > those aren't considered for handling :ARCHIVE: subtrees either. > > -- >8 -- > Subject: [PATCH] agenda: Consider FILETAGS for archive skipping > >

[PATCH] agenda: Consider FILETAGS for archive skipping

2020-05-16 Thread Kyle Meyer
ld be done, please?* I don't see a built-in way to do it, though I think the patch below may be sufficient to provide the behavior you want. It doesn't consider any of the tag inheritance variables, but that's probably okay given that those aren't considered for handling :ARCHIVE: subtrees either