From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johnny Subject: Re: Column view capture specific parts only Date: Fri, 14 Oct 2011 19:02:30 +0100 Message-ID: <87ty7ba1u1.fsf@gmx.co.uk> References: <87ehyihsvo.fsf@gmx.co.uk> <837h49ksiz.fsf@yahoo.it> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REn7G-0005m5-8X for emacs-orgmode@gnu.org; Fri, 14 Oct 2011 15:08:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REn7E-0008M2-PY for emacs-orgmode@gnu.org; Fri, 14 Oct 2011 15:08:22 -0400 Received: from mailout-eu.gmx.com ([213.165.64.43]:59712) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1REn7E-0008Lq-DX for emacs-orgmode@gnu.org; Fri, 14 Oct 2011 15:08:20 -0400 In-Reply-To: <837h49ksiz.fsf@yahoo.it> (Giovanni Ridolfi's message of "Thu, 13 Oct 2011 14:03:31 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Giovanni Ridolfi Cc: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Giovanni Ridolfi writes: > Johnny 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. :) --=-=-= Content-Type: text/plain Content-Disposition: inline; filename=test.org Content-Description: column-view-capture-example * 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 | --=-=-= Content-Type: text/plain -- Johnny --=-=-=--