From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edward DeMeulle Subject: Export of property key:value Date: Mon, 15 Jul 2013 23:21:24 -0700 Message-ID: <87ppujgh3v.fsf@demeulle.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uyydm-00061B-9N for emacs-orgmode@gnu.org; Tue, 16 Jul 2013 02:21:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uyydk-0003QU-G4 for emacs-orgmode@gnu.org; Tue, 16 Jul 2013 02:21:38 -0400 Received: from plane.gmane.org ([80.91.229.3]:38768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uyydk-0003QE-8e for emacs-orgmode@gnu.org; Tue, 16 Jul 2013 02:21:36 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Uyydi-0004Ri-73 for emacs-orgmode@gnu.org; Tue, 16 Jul 2013 08:21:34 +0200 Received: from pool-71-119-32-205.lsanca.fios.verizon.net ([71.119.32.205]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Jul 2013 08:21:34 +0200 Received: from ed by pool-71-119-32-205.lsanca.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Jul 2013 08:21:34 +0200 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: emacs-orgmode@gnu.org I've been trying to get a handle on this the past couple of days since I wanted to use column mode for revising properties and then export (print) the subtree out showing those properties under the heading. I understand that the exporter changed and now doesn't export the properties drawer in total (and I think I understand why). It appears, though, that I have to duplicate the syntax "key: {{{property(key)}}} for every subheading. It would seem to me that the simplest solution, at least from the users perspective, would be to have a way to specify certain property keys to be exported for a particular subtree but I haven't found that option yet. This is my simple example. Is there a simpler way to export the amount property without duplicating "amount: {{{property(amount)}}}" in every subheading? #+OPTIONS: toc:nil d:t * Buy stuff :PROPERTIES: :COLUMNS: %25ITEM %TODO %15amount(Amount){$} :END: ** DONE Buy something :PROPERTIES: :amount: 1234.56 :END: amount: {{{property(amount)}}} ** TODO Buy something else :PROPERTIES: :ID: db34ed38-7658-48b4-9770-9a572efcdb11 :amount: 5445.43 :END: