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: Charles Millar
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 19:18:30 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1

Jose,

Thank you.


On 06/22/2016 04:16 PM, Jose E. Marchesi wrote:
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]