Re: [O] The order of interpreting when exporting

2014-11-03 Thread Nicolas Goaziou
Marcin Borkowski writes: > On 2014-11-03, at 18:20, Nicolas Goaziou wrote: > >>> do I get it right that exporting starts with the deepest parts, and then >>> proceeds to the outer ones? >> >> Correct. > > Thanks! As a side note, when reaching the outer parts, you can also discard everything expo

Re: [O] The order of interpreting when exporting

2014-11-03 Thread Marcin Borkowski
On 2014-11-03, at 18:20, Nicolas Goaziou wrote: >> do I get it right that exporting starts with the deepest parts, and then >> proceeds to the outer ones? > > Correct. Thanks! -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

Re: [O] The order of interpreting when exporting

2014-11-03 Thread Nicolas Goaziou
Hello, Marcin Borkowski writes: > do I get it right that exporting starts with the deepest parts, and then > proceeds to the outer ones? Correct. Regards, -- Nicolas Goaziou

[O] The order of interpreting when exporting

2014-11-03 Thread Marcin Borkowski
Hi there, do I get it right that exporting starts with the deepest parts, and then proceeds to the outer ones? I.e., when I have a function call of the type (org-html-whatever (element contents info)) then the `contents' are already interpreted by similar functions at the lower (`inner') levels