From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: First column of tables from sub headings and drawyers Date: Sat, 1 Mar 2008 11:22:25 +0530 Message-ID: References: <871w6w2eis.fsf@bzg.ath.cx> <87zltjwm5h.fsf@bzg.ath.cx> <87lk53iere.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JVKe6-0005ch-0y for emacs-orgmode@gnu.org; Sat, 01 Mar 2008 00:52:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JVKe4-0005bZ-4g for emacs-orgmode@gnu.org; Sat, 01 Mar 2008 00:52:29 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVKe3-0005bW-Rl for emacs-orgmode@gnu.org; Sat, 01 Mar 2008 00:52:27 -0500 Received: from ti-out-0910.google.com ([209.85.142.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JVKe3-0007hq-AP for emacs-orgmode@gnu.org; Sat, 01 Mar 2008 00:52:27 -0500 Received: by ti-out-0910.google.com with SMTP id a20so4453557tia.10 for ; Fri, 29 Feb 2008 21:52:25 -0800 (PST) In-Reply-To: Content-Disposition: inline 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: Antano Solar Cc: Bastien Guerry , emacs-orgmode@gnu.org On Sat, Mar 1, 2008 at 11:11 AM, Antano Solar wrote: > > > Since the purpose of `org-dblock-write:columnview' is to capture the > > column view, I think the default behavior should be to display *all* > > entries, even those which properties are not set - because they are > > displayed in the current view. > > > > But maybe a parameter like :skip-empty-row would make sense. > > > > Waiting forward for the org release with the skip-empty-row parameter :) > > And also one more interesting feature to have would be this. > > Consider > > ** Task 1 > *** Step a > :properties: > :Time_Utilized 10 hours > :end > *** Step b > > > With Regards > > Antano Solar John > :properties: > :Time_Utilized 15 hours > :end > > > Then in column view it should show > > Task Time_Utilikzed > Task1 25 > This already works. Please see `CLOCKSUM' at http://orgmode.org/org.html#Special-properties -- Manish