* Bug: :match filter fails on columnview dblock when :maxlevel present [9.4.6 (9.4.6-gab9f2a @ /Users/pabfr/.emacs.d/elpa/org-9.4.6/)]
@ 2021-07-12 12:22 Pablo Perez
2021-07-23 6:00 ` Kristian Grönberg
0 siblings, 1 reply; 3+ messages in thread
From: Pablo Perez @ 2021-07-12 12:22 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 5564 bytes --]
I have been unable to get the :match feature of columnview dblocks to work.
I need it because I want to filter headlines by tags that I used to
identify Scrum stories in a particular sprint. I have basically tried every
conceivable version of :match such as :match "Sprint4", :match "Sprint4",
:match ":Sprint4:", :match "TAG=\":Sprint4:\"", and match:
"TAG=\"Sprint4\"". Basically, nothing works.
* Scrum Summary
#+BEGIN: columnview :hlines 3 :id "47B8AC9D-2556-4F6E-AAE1-775731314596"
:indent t :maxlevel 4 :match "Sprint4"
#+TBLNAME: aTable
| Status | EPICID | STORYID | TASKID | Task | OWNER
| Effort | CLOSED | Sprints |
|--------+--------+---------+---------+--------------------------+-------+--------+------------------------+-----------|
| | | | | Backlog |
| 45 | | |
|--------+--------+---------+---------+--------------------------+-------+--------+------------------------+-----------|
| | Epic1 | | | \_ Epic on Build It ALL |
| 27 | | |
|--------+--------+---------+---------+--------------------------+-------+--------+------------------------+-----------|
| TODO | Epic1 | Story1 | | \_ Story 1 |
| 12 | | :Sprint4: |
| TODO | Epic1 | Story1 | Task1.1 | \_ Task 1.1 | pablo
| 7 | | :Sprint4: |
| TODO | Epic1 | Story1 | Task1.2 | \_ Task 1.2 | john
| 2 | | :Sprint4: |
| TODO | Epic1 | Story1 | Task1.3 | \_ Task 1.3 | pablo
| 3 | | :Sprint4: |
|--------+--------+---------+---------+--------------------------+-------+--------+------------------------+-----------|
| TODO | Epic1 | Story2 | | \_ Story 2 |
| 15 | | :Sprint3: |
| DONE | Epic1 | Story2 | Task2.1 | \_ Task 2.1 | pablo
| 4 | [2020-12-25 Fri 21:20] | :Sprint3: |
| DONE | Epic1 | Story2 | Task2.2 | \_ Task 2.2 | pablo
| 5 | [2020-12-22 Tue 01:00] | :Sprint3: |
| DONE | Epic1 | Story2 | Task2.3 | \_ Task 2.3 | john
| 6 | [2020-12-25 Fri 21:21] | :Sprint3: |
|--------+--------+---------+---------+--------------------------+-------+--------+------------------------+-----------|
| | Epic1 | | | \_ Epic to Run |
| 18 | | |
|--------+--------+---------+---------+--------------------------+-------+--------+------------------------+-----------|
| TODO | Epic1 | Story3 | | \_ Story 3 |
| 18 | | |
| TODO | Epic1 | Story3 | Task3.1 | \_ Task 3.1 | pablo
| 10 | | |
| TODO | Epic1 | Story3 | Task3.2 | \_ Task 3.2 | pablo
| 8 | | |
#+END:
* Backlog
:PROPERTIES:
:COLUMNS: %TODO(Status) %EPICID %STORYID %TASKID %30ITEM(Task) %OWNER
%Effort{+} %CLOSED %Alltags(Sprints)
:Owner_ALL: pablo john
:EPICID_ALL: Epic1 Epic2
:ID: 47B8AC9D-2556-4F6E-AAE1-775731314596
:END:
** Epic on Build It ALL
:PROPERTIES:
:EPICID: Epic1
:END:
*** TODO Story 1
:Sprint4:
:PROPERTIES:
:STORYID: Story1
:END:
**** TODO Task 1.1
:PROPERTIES:
:OWNER: pablo
:TASKID: Task1.1
:END:
***** [2021-05-08 Sat]
:PROPERTIES:
:EFFORT: 3
:END:
***** [2021-05-08 Sat]
:PROPERTIES:
:EFFORT: 4
:END:
**** TODO Task 1.2
:PROPERTIES:
:OWNER: john
:EFFORT: 2
:TASKID: Task1.2
:END:
**** TODO Task 1.3
:PROPERTIES:
:OWNER: pablo
:EFFORT: 3
:TASKID: Task1.3
:END:
*** TODO Story 2
:Sprint3:
:PROPERTIES:
:STORYID: Story2
:END:
**** DONE Task 2.1
CLOSED: [2020-12-25 Fri 21:20]
:PROPERTIES:
:OWNER: pablo
:EFFORT: 4
:TASKID: Task2.1
:END:
**** DONE Task 2.2
CLOSED: [2020-12-22 Tue 01:00]
:PROPERTIES:
:EFFORT: 5
:TASKID: Task2.2
:OWNER: pablo
:END:
:LOGBOOK:
- State "DONE" from "TODO" [2020-12-22 Tue 01:00]
- State "TODO" from [2020-12-20 Sun 19:46]
:END:
**** DONE Task 2.3
CLOSED: [2020-12-25 Fri 21:21]
:PROPERTIES:
:OWNER: john
:EFFORT: 6
:TASKID: Task2.3
:END:
** Epic to Run
:PROPERTIES:
:EPICID: Epic1
:END:
*** TODO Story 3
:PROPERTIES:
:STORYID: Story3
:END:
**** TODO Task 3.1
:PROPERTIES:
:OWNER: pablo
:EFFORT: 10
:TASKID: Task3.1
:END:
:LOGBOOK:
- State "TODO" from [2020-12-21 Mon 00:08]
:END:
**** TODO Task 3.2
:PROPERTIES:
:TASKID: Task3.2
:OWNER: pablo
:EFFORT: 8
:END:
Emacs : GNU Emacs 27.1 (build 1, x86_64-apple-darwin18.7.0, NS
appkit-1671.60 Version 10.14.6 (Build 18G95))
of 2020-08-11
Package: Org mode version 9.4.6 (9.4.6-gab9f2a @
/Users/pabfr/.emacs.d/elpa/org-9.4.6/)
--------------------------------------------------------------------------------------------------------------------------------
Pablo A. Perez-Fernandez, Ph.D.
PabloAPerezFernandez@gmail.com
+31 62 978 5780 (WhatsApp)
+1 310 906 0484 (WhatsApp)
[-- Attachment #2: Type: text/html, Size: 7879 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Bug: :match filter fails on columnview dblock when :maxlevel present [9.4.6 (9.4.6-gab9f2a @ /Users/pabfr/.emacs.d/elpa/org-9.4.6/)]
2021-07-12 12:22 Bug: :match filter fails on columnview dblock when :maxlevel present [9.4.6 (9.4.6-gab9f2a @ /Users/pabfr/.emacs.d/elpa/org-9.4.6/)] Pablo Perez
@ 2021-07-23 6:00 ` Kristian Grönberg
2021-07-27 18:30 ` Nick Dokos
0 siblings, 1 reply; 3+ messages in thread
From: Kristian Grönberg @ 2021-07-23 6:00 UTC (permalink / raw)
To: Pablo Perez; +Cc: Org-Mode Emacs
[-- Attachment #1.1: Type: text/plain, Size: 372 bytes --]
> On 12 Jul 2021, at 15:22, Pablo Perez <pabloaperezfernandez@gmail.com> wrote:
>
> * Scrum Summary
> #+BEGIN: columnview :hlines 3 :id "47B8AC9D-2556-4F6E-AAE1-775731314596" :indent t :maxlevel 4 :match "Sprint4"
I’ve noticed in the past that :maxlevel prevents “match” from functioning properly.
Have you tried to remove “maxlevel”?
/Kris
[-- Attachment #1.2: Type: text/html, Size: 2657 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 509 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Bug: :match filter fails on columnview dblock when :maxlevel present [9.4.6 (9.4.6-gab9f2a @ /Users/pabfr/.emacs.d/elpa/org-9.4.6/)]
2021-07-23 6:00 ` Kristian Grönberg
@ 2021-07-27 18:30 ` Nick Dokos
0 siblings, 0 replies; 3+ messages in thread
From: Nick Dokos @ 2021-07-27 18:30 UTC (permalink / raw)
To: emacs-orgmode
I have submitted a patch to allow both match and maxlevel to be specified:
https://orgmode.org/list/87h7h0w5nz.fsf@alphaville.usersys.redhat.com/
but it has not been reviewed, tested or merged yet. Maybe you can test it
and report? That should help move it forward.
--
Nick
"There are only two hard problems in computer science: cache
invalidation, naming things, and off-by-one errors." -Martin Fowler
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-07-27 18:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-12 12:22 Bug: :match filter fails on columnview dblock when :maxlevel present [9.4.6 (9.4.6-gab9f2a @ /Users/pabfr/.emacs.d/elpa/org-9.4.6/)] Pablo Perez
2021-07-23 6:00 ` Kristian Grönberg
2021-07-27 18:30 ` Nick Dokos
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).