emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Concatenating Org property values from parent subtrees


From: Kaushal Modi
Subject: [O] Concatenating Org property values from parent subtrees
Date: Wed, 26 Sep 2018 18:57:17 -0400

Hello,

Is there a way to achieve something like below? See the content in each nested subtree in the example below. 



#+title: Concatenating property values from parent subtrees

* Section
:PROPERTIES
:EXPORT_XYZ: a
:END:
At this point, the value of XYZ property should be "a".
** Sub-section
:PROPERTIES
:EXPORT_XYZ: b
:END:
At this point, the value of XYZ property should be "ab".
*** Sub-sub-section
:PROPERTIES
:EXPORT_XYZ: c
:END:
At this point, the value of XYZ property should be "abc".

--
Kaushal Modi

reply via email to

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