Re: [O] Subtree-specific variables

2015-05-10 Thread Joon Ro
Oh, I forgot to turn on org-use-property-inheritance. Now it works in the included subtree as well. Thank you so much!From: joon...@outlook.com To: m...@nicolasgoaziou.fr CC: emacs-orgmode@gnu.org Subject: RE: Subtree-specific variables Date: Sun, 10 May 2015 12:01:23 -0500 > * Subtree root >

Re: [O] Subtree-specific variables

2015-05-10 Thread Joon Ro
> * Subtree root > > :PROPERTIES: > > :EXPORT_Variable: Test> > :END: > > {{{Variable}}} > > Would something like this be possible? > > Best,Joon > > It is: > > {{{property(EXPORT_Variable)}}} > Thank you so much! This will be very useful. One related question - I'm including another subtr

Re: [O] Subtree-specific variables

2015-05-10 Thread Nicolas Goaziou
Joon Ro writes: > Thank you for the reply. I'm aware of EXPORT_ stuff, but I'm actually looking > for something like this: > * Subtree root > :PROPERTIES: > :EXPORT_Variable: Test:END: > {{{Variable}}} > Would something like this be possible? > Best,Joon It is: {{{property(EXPORT_Variable)}

Re: [O] Subtree-specific variables

2015-05-09 Thread Joon Ro
> > Usually, you get subtree specific variables with node properties, > appending "EXPORT_" to them, e.g. > > * Subtree root > :PROPERTIES: > :EXPORT_AUTHOR: Not me > :END: > > > I have been using #+MACRO: but it seems it is a buffer-wide thing. > > The suggestion above doesn't apply to

Re: [O] Subtree-specific variables

2015-05-09 Thread Nicolas Goaziou
Hello, Joon Ro writes: > I was wondering if there is a way to have subtree-specific variables? Usually, you get subtree specific variables with node properties, appending "EXPORT_" to them, e.g. * Subtree root :PROPERTIES: :EXPORT_AUTHOR: Not me :END: > I have been using #+MACRO: but

[O] Subtree-specific variables

2015-05-08 Thread Joon Ro
Hi, I was wondering if there is a way to have subtree-specific variables? I have been using #+MACRO: but it seems it is a buffer-wide thing. For example, it would be great if I can use a property value in org-mode bodies. Best,Joon