emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [PATCH] org-collector: enable specifying a default table-value as a


From: Mark Edgington
Subject: [O] [PATCH] org-collector: enable specifying a default table-value as a parameter
Date: Wed, 13 Nov 2013 07:32:01 -0500
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

Hi Bastien,

Sorry about the formatting -- that's annoying. I've attached the patch. Here's its description:

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.

Regards,

Mark

Attachment: org-collector-enable-default-table-value.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]