From: Pablo Perez <pabloaperezfernandez@gmail.com>
To: emacs-orgmode@gnu.org
Subject: 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/)]
Date: Mon, 12 Jul 2021 05:22:52 -0700 [thread overview]
Message-ID: <CAP7X9SuvjZCOdCv5dHyyZBMXz1F=wCZ=mn1HEDX7vO6=Ge7rYQ@mail.gmail.com> (raw)
[-- 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 --]
next reply other threads:[~2021-07-14 19:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-12 12:22 Pablo Perez [this message]
2021-07-23 6:00 ` 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/)] Kristian Grönberg
2021-07-27 18:30 ` Nick Dokos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAP7X9SuvjZCOdCv5dHyyZBMXz1F=wCZ=mn1HEDX7vO6=Ge7rYQ@mail.gmail.com' \
--to=pabloaperezfernandez@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).