emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Export of property key:value
@ 2013-07-16  6:21 Edward DeMeulle
  2013-07-16  6:45 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Edward DeMeulle @ 2013-07-16  6:21 UTC (permalink / raw)
  To: emacs-orgmode

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:

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-07-30  3:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-16  6:21 Export of property key:value Edward DeMeulle
2013-07-16  6:45 ` Nicolas Goaziou
2013-07-27 23:44   ` Edward DeMeulle
2013-07-30  3:11   ` Edward DeMeulle

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).