[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] new exporter
From: |
Achim Gratz |
Subject: |
Re: [O] new exporter |
Date: |
Tue, 26 Jun 2012 08:18:27 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) |
Achim Gratz writes:
> This causes the (current-buffer) to expand literally into the byte-code
> (look at the byte-code!) instead of being compiled as a function, which
> obviously isn't going to work. This does not happen if I either remove
> the cond form or if I wrap the BODY in save-restriction in progn, but I
> haven't done any further investigation if the code still works with that
> change and if maybe there are other places that are similarly struck.
No, that's not right... as long as I compile org-export.el in isolation,
it compiles correctly. It croaks if I compile either one of
org-e-html.el or org-e-odt.el in the same session. These are the two
backends that have a (require 'org-export) in them. SOmething about
this must be altering the environment in a way that throws the
byte-compiler off-course. Back to the drawing board. :-(
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Samples for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra
- Re: [O] new exporter, (continued)
- Re: [O] new exporter, Nicolas Goaziou, 2012/06/07
- Re: [O] new exporter, Achim Gratz, 2012/06/07
- Re: [O] new exporter, Nicolas Goaziou, 2012/06/07
- Re: [O] new exporter, Achim Gratz, 2012/06/09
- Re: [O] new exporter, Nicolas Goaziou, 2012/06/09
- Re: [O] new exporter, Achim Gratz, 2012/06/09
- Re: [O] new exporter, Nicolas Goaziou, 2012/06/09
- Re: [O] new exporter, Achim Gratz, 2012/06/09
- Re: [O] new exporter, Achim Gratz, 2012/06/07
- Re: [O] new exporter, Achim Gratz, 2012/06/26
- Re: [O] new exporter,
Achim Gratz <=
- Re: [O] new exporter, Nicolas Goaziou, 2012/06/26
- Re: [O] new exporter, Achim Gratz, 2012/06/26
- Re: [O] new exporter, Achim Gratz, 2012/06/26
- Re: [O] new exporter, Achim Gratz, 2012/06/27
- Re: [O] new exporter, Nicolas Goaziou, 2012/06/28
- Re: [O] new exporter, Achim Gratz, 2012/06/29
- Re: [O] new exporter, Nicolas Goaziou, 2012/06/30
- Re: [O] new exporter, Achim Gratz, 2012/06/30