Hi Eric,

Eric Schulte <eric.schu...@gmx.com> writes:

> Does the attached patch resolve this bad behavior?

Can't we just get rid of org-flet in this case?

With simply let-defining the temporary function?

(let ((f (lambda(x) (message x))))
  (funcall f "Hello!"))

-- 
 Bastien

Reply via email to