From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joon Ro Subject: Re: Subtree-specific variables Date: Sat, 9 May 2015 19:21:59 -0500 Message-ID: References: , <87bnhuxh6b.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_b9a4f12f-e25c-4974-9539-59f97700d202_" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrF0O-0008Cj-30 for emacs-orgmode@gnu.org; Sat, 09 May 2015 20:22:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YrF0K-0000jj-Sh for emacs-orgmode@gnu.org; Sat, 09 May 2015 20:22:04 -0400 Received: from col004-omc4s1.hotmail.com ([65.55.34.203]:62556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrF0K-0000jU-JY for emacs-orgmode@gnu.org; Sat, 09 May 2015 20:22:00 -0400 In-Reply-To: <87bnhuxh6b.fsf@nicolasgoaziou.fr> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou , "emacs-orgmode@gnu.org" --_b9a4f12f-e25c-4974-9539-59f97700d202_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable >=20 > Usually=2C you get subtree specific variables with node properties=2C > appending "EXPORT_" to them=2C e.g. >=20 > * Subtree root > :PROPERTIES: > :EXPORT_AUTHOR: Not me > :END: >=20 > > I have been using #+MACRO: but it seems it is a buffer-wide thing. >=20 > The suggestion above doesn't apply to MACRO keyword=2C mainly because > properties' values are only one line long. >=20 Thank you for the reply. I'm aware of EXPORT_ stuff=2C but I'm actually loo= king for something like this: * Subtree root :PROPERTIES: :EXPORT_Variable: Test:END:=20 {{{Variable}}} Would something like this be possible? Best=2CJoon = --_b9a4f12f-e25c-4974-9539-59f97700d202_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
>=3B
>=3B Usually= =2C you get subtree specific variables with node properties=2C
>=3B ap= pending "EXPORT_" to them=2C e.g.
>=3B
>=3B * Subtree root
= >=3B :PROPERTIES:
>=3B :EXPORT_AUTHOR: Not me
>=3B :END:<= br>>=3B
>=3B >=3B I have been using #+MACRO: but it seems it is a= buffer-wide thing.
>=3B
>=3B The suggestion above doesn't apply= to MACRO keyword=2C mainly because
>=3B properties' values are only o= ne line long.
>=3B

Thank you for the rep= ly. I'm aware of EXPORT_ stuff=2C but I'm actually looking for something li= ke this:

* Subtree root
:PROPERTIES:
:EXPORT= _Variable: Test
:END: =3B

{{{Variabl= e}}}

Would something like this be possible?
<= div>
Best=2C
Joon
= --_b9a4f12f-e25c-4974-9539-59f97700d202_--