From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Org Mode Column View for multiple files Date: Wed, 19 Nov 2008 09:04:52 -0500 Message-ID: <8763mjg6bf.fsf@gollum.intra.norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L2nfw-0007Xq-5d for emacs-orgmode@gnu.org; Wed, 19 Nov 2008 09:05:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L2nfu-0007Wg-H9 for emacs-orgmode@gnu.org; Wed, 19 Nov 2008 09:04:59 -0500 Received: from [199.232.76.173] (port=35881 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2nfu-0007WY-Bv for emacs-orgmode@gnu.org; Wed, 19 Nov 2008 09:04:58 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:53706) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L2nft-0006yE-Vf for emacs-orgmode@gnu.org; Wed, 19 Nov 2008 09:04:58 -0500 In-Reply-To: (Julien CHEVALIER's message of "Wed\, 19 Nov 2008 10\:23\:09 +0100") 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: Julien CHEVALIER Cc: emacs-orgmode@gnu.org Julien CHEVALIER writes: > I've been using org mode for some days now. I dispatched my headings within 4 > files which could be considered as leaves from my main file which is the place > where i capture headings. > Id like to know if it's possible to get a single column view for all my todos > headings whichever file they are in ? > > I didn't find any way to achieve this in the agenda ... as refile is able to > work on multiple files, I hope this multiple-file column view is possible. > > What I'm trying to do is parse my todos and set an estimated effort. Hi, If all of your files are in org-agenda-files then you can run a todo match (C-a a t) and then start column view with C-c C-x C-c -Bernt