From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Leitner Subject: Re: Multiple column views for one file Date: Fri, 1 Jan 2010 16:57:58 +0100 Message-ID: <20100101165758.63518648@noeato> References: <20091231153124.63c14ad0@noeato> <87fx6rujpk.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQjtA-00070r-IC for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 10:58:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQjt4-0006zL-TS for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 10:58:07 -0500 Received: from [199.232.76.173] (port=43904 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQjt4-0006zI-NM for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 10:58:02 -0500 Received: from mail.gmx.net ([213.165.64.20]:50553) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NQjt3-0002sC-Us for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 10:58:02 -0500 In-Reply-To: <87fx6rujpk.fsf@fastmail.fm> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On Thu, 31 Dec 2009 12:39:03 -0500, Matt Lundin wrote: > AFAIK, it is not possible to switch between multiple column overlays > for the same subtree. One immediate solution, however, would be to > keep all your film entries in a subtree and to define a local column > view for the subtree. E.g., > > --8<---------------cut here---------------start------------->8--- > * Films > :PROPERTIES: > :COLUMNS: %70ITEM(Details) %TAGS(Context) %Genre %Year %Director > :END: > ** Citizen Kane > --8<---------------cut here---------------end--------------->8--- > > The same method could be used for books, running, etc. Thanks for the answer. However, I know of this solution and it won't work for me because my journal has time stamped entries and the entries are ordered by time -- here is a small excerpt: * 2009 ** December 2009 *** <2009-12-26 Sat> Board game session :friends: *** <2009-12-30 Wed> Avatar :film: :PROPERTIES: :Imdb: [[imdb:0499549]] :Director: James Cameron :Year: 2009 :Genre: Action, Adventure, Sci-Fi :Country: USA, UK :END: *** <2009-12-31 Thu> Pragmatic Thinking and Learning :book: :PROPERTIES: :Author: Andy Hunt :Pages: 288 :END: -- Thomas