emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Filter in Captured Column View
@ 2014-03-18 11:38 Mats Kindahl
  2014-03-18 14:08 ` Juan Pechiar
  0 siblings, 1 reply; 3+ messages in thread
From: Mats Kindahl @ 2014-03-18 11:38 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 2024 bytes --]

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


[-- Attachment #2: Type: text/html, Size: 5027 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-18 14:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-18 11:38 Filter in Captured Column View Mats Kindahl
2014-03-18 14:08 ` Juan Pechiar
2014-03-18 14:19   ` Mats Kindahl

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).