bug-recutils
[Top][All Lists]
Advanced

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

Re: [bug-recutils] Org mode has changed to lexical binding (was Re: symb


From: Jose E. Marchesi
Subject: Re: [bug-recutils] Org mode has changed to lexical binding (was Re: symbol's value as vatiable is void:: result-params)
Date: Wed, 22 Jun 2016 22:16:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

    
    I guess I would add the fix to
    
    (defun org-babel-execute:rec (body params) etc)
    
    but where?

Apply this patch to your local copy:

diff --git a/etc/ob-rec.el b/etc/ob-rec.el
index 2c3de44..38996aa 100644
--- a/etc/ob-rec.el
+++ b/etc/ob-rec.el
@@ -38,6 +38,7 @@ This function is called by `org-babel-execute-src-block'."
                         (error
                           "rec code block requires :data header argument")))
                   (cdr (assoc :data params))))
+         (result-params (cdr (assq :result-params params)))
         (cmdline (cdr (assoc :cmdline params)))
         (rec-type (cdr (assoc :type params)))
         (fields (cdr (assoc :fields params)))



reply via email to

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