Re: [PATCH] Fix match/maxlevel conflict in colview dynblock

2022-10-25 Thread Ihor Radchenko
Nick Dokos writes: > Specifying both `maxlevel' and `match' in a columnview dynamic block > was broken: the `match' argument is ignored in that case. See the link > below for a (not so minimal) ECM. > > Reported-by: Pablo A Perez-Fernandez > Link: >

Re: [PATCH] Fix match/maxlevel conflict in colview dynblock

2021-08-31 Thread Nick Dokos
Timothy writes: > Hi Nick, > > Thanks for reporting this issue here, and providing a patch. Unfortunately the > “main maintainers” seem to be rather busy as of late, leaving you hanging for > quite a while. I’ve had a look at the issue and your patch, and it the issue > seems clear, and your

Re: [PATCH] Fix match/maxlevel conflict in colview dynblock

2021-08-31 Thread Timothy
; invalidation, naming things, and off-by-one errors.” -Martin Fowler > > From 8bcff482e59c24758f87b9b5cdef3bc123dc12f8 Mon Sep 17 00:00:00 2001 > From: Nick Dokos > Date: Sun, 11 Jul 2021 22:30:22 -0400 > Subject: [PATCH] Fix match/maxlevel conflict in colview dynblock > > *

[PATCH] Fix match/maxlevel conflict in colview dynblock

2021-07-11 Thread Nick Dokos
-0400 Subject: [PATCH] Fix match/maxlevel conflict in colview dynblock * lisp/org-coplview.el (org-columns--capture-view): Combine the match and maxlevel arguments properly to construct the MATCH argument of `org-map-entries'. Specifying both `maxlevel' and `match' in a columnview dynamic block