Nicolas Goaziou writes:
> You can use a hook (e.g., `org-export-before-processing-hook) to insert
> "amount : {{{property(amount)}}}" (or with `org-entry-get', you don't
> need the macro in that case) after each property drawer with an amount
> property.
(apologies if this is a double-post, the
Thanks for the info. I took it up as a challenge to finally learn a
little elisp. This is what I have so far, which appears to work as long
as I expand the entire subtree to be exported. I'd appreciate any
criticism since I really don't know if I'm handling things the best
possible way.
(defun ewd
Hello,
Edward DeMeulle writes:
> 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){$}
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