Hi all,
I am using the capture column view to capture the contents of a
subtree at the beginning of the subtree. However, there are a lot of
sections that do not contain anything interesting for the capture in
question, so I would like to filter out anything except trees with
certain tags.
So, for the example below, it shows some headers at the beginning
that I would like to avoid showing. Only in information on the
individual releases should be shown as groups.
Best wishes,
Mats Kindahl
* Report
:PROPERTIES:
:COLUMNS: %ITEM %Status
:END:
#+BEGIN: columnview :hlines 3 :id local
| ITEM | Status |
|--------------------------+-----------|
| * Report | |
|--------------------------+-----------|
| ** Uninteresting summary | |
|--------------------------+-----------|
| ** Details | |
|--------------------------+-----------|
| *** Release 1 | |
| **** Feature #1 | Design |
|--------------------------+-----------|
| *** Release 2 | |
| **** Feature #2 | Confused |
| **** Feature #3 | Completed |
| **** Feature #4 | Coding |
|--------------------------+-----------|
| *** Release 3 | |
| **** Feature #5 | Baffled |
#+END:
** Uninteresting summary
** Details
*** Release 1
**** Feature #1
:PROPERTIES:
:Status: Design
:END:
*** Release 2
**** Feature #2
:PROPERTIES:
:Status: Confused
:END:
**** Feature #3
:PROPERTIES:
:Status: Completed
:END:
**** Feature #4
:PROPERTIES:
:Status: Coding
:END:
*** Release 3
**** Feature #5
:PROPERTIES:
:Status: Baffled
:END:
--
Senior Principal Software Developer
Oracle, MySQL Department
|