Hello,
Achim Gratz writes:
> Nicolas Goaziou writes:
>> Applied a slightly different version. Thank you.
>
> Shouldn't d1d918100e be in maint?
No. Back-end as defstructs is only in the "master" branch.
> Also, I don't think that "nil" should mean both "export in progress with
> an anonymous ba
Nicolas Goaziou writes:
> Applied a slightly different version. Thank you.
Shouldn't d1d918100e be in maint?
Also, I don't think that "nil" should mean both "export in progress with
an anonymous backend" and "no export in progress". You've been
advertising the use of anonmous derived backends to
Hello,
Christophe Rhodes writes:
>> The `by-backend' macro in Brett Viren's message upthread? Personally I
>> don't consider that sufficient, because it feels very fragile: a simple
>> renaming of org-mode internal variables, or turning on lexical binding,
>> and the macro will no longer work.
Christophe Rhodes writes:
> The `by-backend' macro in Brett Viren's message upthread? Personally I
> don't consider that sufficient, because it feels very fragile: a simple
> renaming of org-mode internal variables, or turning on lexical binding,
> and the macro will no longer work. (If you mea
Nicolas Goaziou writes:
> Christophe Rhodes writes:
>
>> so that if (as I hope) org-export-current-backend makes a later
>> reappearance, my documents can work with both org-mode 7 and 8, and
>> maybe 9? I'm hoping that the disappearance of the variable is an
>> oversight rather than intentiona
Hello,
Christophe Rhodes writes:
> so that if (as I hope) org-export-current-backend makes a later
> reappearance, my documents can work with both org-mode 7 and 8, and
> maybe 9? I'm hoping that the disappearance of the variable is an
> oversight rather than intentional :-/
It is intentional.
Brett Viren writes:
> Christophe Rhodes writes:
>
>> In org-mode 7, I was able to use the (documented) variable
>> org-export-current-backend to test what the current backend is, allowing
>> me to dynamically produce and include images of different formats
>> depending on whether I was exporting
Hi Christophe,
Christophe Rhodes writes:
> In org-mode 7, I was able to use the (documented) variable
> org-export-current-backend to test what the current backend is, allowing
> me to dynamically produce and include images of different formats
> depending on whether I was exporting to latex (ti
Hi,
In org-mode 7, I was able to use the (documented) variable
org-export-current-backend to test what the current backend is, allowing
me to dynamically produce and include images of different formats
depending on whether I was exporting to latex (tikz) or html (png).
In org-mode 8, I cannot fin