emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Edward DeMeulle <ed@demeulle.org>
To: emacs-orgmode@gnu.org
Subject: Export of property key:value
Date: Mon, 15 Jul 2013 23:21:24 -0700	[thread overview]
Message-ID: <87ppujgh3v.fsf@demeulle.org> (raw)

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:

             reply	other threads:[~2013-07-16  6:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-16  6:21 Edward DeMeulle [this message]
2013-07-16  6:45 ` Export of property key:value Nicolas Goaziou
2013-07-27 23:44   ` Edward DeMeulle
2013-07-30  3:11   ` Edward DeMeulle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ppujgh3v.fsf@demeulle.org \
    --to=ed@demeulle.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).