From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Concatenating Org property values from parent subtrees Date: Wed, 26 Sep 2018 18:57:17 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000009974fb0576ce2563" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g5Irg-00049S-8k for emacs-orgmode@gnu.org; Wed, 26 Sep 2018 19:05:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g5IkN-0001lo-UG for emacs-orgmode@gnu.org; Wed, 26 Sep 2018 18:57:32 -0400 Received: from mail-lj1-x235.google.com ([2a00:1450:4864:20::235]:40556) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g5IkN-0001lU-Jk for emacs-orgmode@gnu.org; Wed, 26 Sep 2018 18:57:31 -0400 Received: by mail-lj1-x235.google.com with SMTP id r83-v6so558589ljr.7 for ; Wed, 26 Sep 2018 15:57:31 -0700 (PDT) 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" To: emacs-org list --0000000000009974fb0576ce2563 Content-Type: text/plain; charset="UTF-8" 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 --0000000000009974fb0576ce2563 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

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



#+title: Concatenating property values from parent subtrees=

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

--
Kaushal Modi
--0000000000009974fb0576ce2563--