From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] org-collector: enable specifying a default table-value as a parameter Date: Wed, 13 Nov 2013 13:51:09 +0100 Message-ID: <874n7g4fm4.fsf@bzg.ath.cx> References: <52837141.70801@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vga81-0005vI-4T for emacs-orgmode@gnu.org; Wed, 13 Nov 2013 08:05:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vga7s-0008AA-ON for emacs-orgmode@gnu.org; Wed, 13 Nov 2013 08:05:05 -0500 Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:36074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vga7s-00089v-GM for emacs-orgmode@gnu.org; Wed, 13 Nov 2013 08:04:56 -0500 Received: by mail-wg0-f44.google.com with SMTP id k14so371144wgh.11 for ; Wed, 13 Nov 2013 05:04:55 -0800 (PST) In-Reply-To: <52837141.70801@gmail.com> (Mark Edgington's message of "Wed, 13 Nov 2013 07:32:01 -0500") 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: Mark Edgington Cc: emacs-orgmode Hi Mark, Mark Edgington writes: > Currently there isn't an easy way to have default cell values which > differ from one propview block to another. This patch enables one to > specify what a cell's default value for a block should be. For example, > with this patch applied, you can do something like: > > #+BEGIN: propview :id " mytable" :defaultval "" :cols (PROP1 PROP2) > > in order to make the default value for this block to be "" instead of 0 > in the case that PROP1 or PROP2 isn't contained as a property of a headline. Applied in master, thanks! -- Bastien