Yep..! Guess I know that unsubscribed mail doesn't actually go to /dev/null
like I heard it might.
The end result was commit 81a63729473baaf00c2548d8929b9388053aea05 sans the
test from http://thread.gmane.org/gmane.emacs.orgmode/99888 after a little
bit of "patch bootcamp" for someone who read REA
Hi Nicolas,
This is a duplicate that has finally come through:
http://thread.gmane.org/gmane.emacs.orgmode/99888
--
Kyle
Hello,
Matthew MacLean writes:
> Could you review my patch? Thanks..!
Thank you for the patch.
> diff --git a/lisp/ob-core.el b/lisp/ob-core.el
> index e3abe97..01c4da8 100644
> --- a/lisp/ob-core.el
> +++ b/lisp/ob-core.el
> @@ -2813,34 +2813,37 @@ block but are passed literally to the
> \"e
Yo~!
fa5fd6351605912ec75e783cb626497b1ebe471e introduced a change where
org-babel-script-escape stopped accepting numbers. This caused an issue in
ob-ruby.el where when trying to evaluate something like "2 + 2", you would
get the message:
`org-babel-script-escape' expects a string
This broke e