emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Filter in Captured Column View


From: Mats Kindahl
Subject: [O] Filter in Captured Column View
Date: Tue, 18 Mar 2014 12:38:52 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]