emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Org-babel: Maxima invocation fix


From: Achim Gratz
Subject: Re: [O] Org-babel: Maxima invocation fix
Date: Mon, 07 May 2012 23:02:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Simon Thum writes:
> I'm sure there is a better way to fix this, but the attached patch
> helps me to not get something like "Warning: argument nil not
> recognized" spoiling every maxima result.

I'd rather do this directly in the let form:

-        (let* ((cmdline (cdr (assoc :cmdline params)))
+        (let* ((cmdline (or (cdr (assoc :cmdline params)) ""))

And please provide a changelog with your patch.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

DIY Stuff:
http://Synth.Stromeko.net/DIY.html




reply via email to

[Prev in Thread] Current Thread [Next in Thread]