emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Mats Kindahl <mats.kindahl@oracle.com>
To: emacs-orgmode@gnu.org
Subject: Filter in Captured Column View
Date: Tue, 18 Mar 2014 12:38:52 +0100	[thread overview]
Message-ID: <5328304C.2080508@oracle.com> (raw)

[-- 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 --]

             reply	other threads:[~2014-03-18 11:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-18 11:38 Mats Kindahl [this message]
2014-03-18 14:08 ` Filter in Captured Column View Juan Pechiar
2014-03-18 14:19   ` Mats Kindahl

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=5328304C.2080508@oracle.com \
    --to=mats.kindahl@oracle.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).