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: Simon Thum
Subject: Re: [O] Org-babel: Maxima invocation fix
Date: Tue, 08 May 2012 13:38:18 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.3) Gecko/20120401 Thunderbird/10.0.3

Hi,

attached the new fix. Does the "v2" line count as changelog?

Cheers,

Simon

On 05/07/2012 11:02 PM, Achim Gratz wrote:
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.

Attachment: 0001-Org-Babel-fix-maxima-invocation-without-explicit-par.patch
Description: Text Data


reply via email to

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