emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Johnny <yggdrasil@gmx.co.uk>
To: Giovanni Ridolfi <giovanni.ridolfi@yahoo.it>
Cc: emacs-orgmode@gnu.org
Subject: Re: Column view capture specific parts only
Date: Fri, 14 Oct 2011 19:02:30 +0100	[thread overview]
Message-ID: <87ty7ba1u1.fsf@gmx.co.uk> (raw)
In-Reply-To: <837h49ksiz.fsf@yahoo.it> (Giovanni Ridolfi's message of "Thu, 13 Oct 2011 14:03:31 +0200")

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

Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> writes:

> Johnny <yggdrasil@gmx.co.uk> writes:
>
>> I have a nice outline set up in column view and would like to capture
>> different versions of this into org-tables. 
>
> A case-study org file would have helped here. :-(

Sorry, my bad. I attach an example file below, based on your ideas, and
put a subheading with the desired result below the actual result. Hope
this clarifies a bit. :) 


[-- Attachment #2: column-view-capture-example --]
[-- Type: text/plain, Size: 2799 bytes --]

* Outline structure
  :PROPERTIES:
  :COLUMNS:  %20ITEM %lead %review %approve
  :ID:       e48fa5a5-864b-46cd-a578-b88fe5f570be
  :END:

** Topic A
*** Subtopic 1
    :PROPERTIES:
    :lead:     john
    :review:   jane
    :approve: jake
    :END:
    
** Topic B
*** Subtopic 2
    :PROPERTIES:
    :approve: jim
    :lead:     kim
    :review:   tim
    :END:

* Capture outline structure

** Only lead showing
   :PROPERTIES:
   :COLUMNS:  %15ITEM %lead
   :END:
   #+BEGIN: columnview :hlines 1 :id e48fa5a5-864b-46cd-a578-b88fe5f570be
   | ITEM                | lead | review | approve |
   |---------------------+------+--------+---------|
   | * Outline structure |      |        |         |
   | ** Topic A          |      |        |         |
   | *** Subtopic 1      | john | jane   | jake    |
   | ** Topic B          |      |        |         |
   | *** Subtopic 2      | kim  | tim    | jim     |
   #+END

*** Desired result
   | ITEM                | lead |
   |---------------------+------|
   | * Outline structure |      |
   | ** Topic A          |      |
   | *** Subtopic 1      | john |
   | ** Topic B          |      |
   | *** Subtopic 2      | kim  |

** Only review showing
   :PROPERTIES:
   :COLUMNS:  %15ITEM %review
   :END:
   #+BEGIN: columnview :hlines 1 :id e48fa5a5-864b-46cd-a578-b88fe5f570be
   | ITEM                | lead | review | approve |
   |---------------------+------+--------+---------|
   | * Outline structure |      |        |         |
   | ** Topic A          |      |        |         |
   | *** Subtopic 1      | john | jane   | jake    |
   | ** Topic B          |      |        |         |
   | *** Subtopic 2      | kim  | tim    | jim     |
   #+END

*** Desired result
   | ITEM                | review |
   |---------------------+--------|
   | * Outline structure |        |
   | ** Topic A          |        |
   | *** Subtopic 1      | jane   |
   | ** Topic B          |        |
   | *** Subtopic 2      | tim    |

** Only approve showing
   :PROPERTIES:
   :COLUMNS:  %15ITEM %approve
   :END:
   #+BEGIN: columnview :hlines 1 :id e48fa5a5-864b-46cd-a578-b88fe5f570be
   | ITEM                | lead | review | approve |
   |---------------------+------+--------+---------|
   | * Outline structure |      |        |         |
   | ** Topic A          |      |        |         |
   | *** Subtopic 1      | john | jane   | jake    |
   | ** Topic B          |      |        |         |
   | *** Subtopic 2      | kim  | tim    | jim     |
   #+END

*** Desired result
   | ITEM                | approve |
   |---------------------+---------|
   | * Outline structure |         |
   | ** Topic A          |         |
   | *** Subtopic 1      | jake    |
   | ** Topic B          |         |
   | *** Subtopic 2      | jim     |

[-- Attachment #3: Type: text/plain, Size: 13 bytes --]



-- 
Johnny

      reply	other threads:[~2011-10-14 19:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-12 20:11 Column view capture specific parts only Johnny
2011-10-13 12:03 ` Giovanni Ridolfi
2011-10-14 18:02   ` Johnny [this message]

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=87ty7ba1u1.fsf@gmx.co.uk \
    --to=yggdrasil@gmx.co.uk \
    --cc=emacs-orgmode@gnu.org \
    --cc=giovanni.ridolfi@yahoo.it \
    /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).