Aaron Ecay writes:
> * lisp/ob-core.el (org-babel-if-in-src-block): New macro
[…]
> +(defmacro org-babel-when-in-src-block (&rest body)
> +  `(if (or (org-babel-where-is-src-block-head)
> +           (org-babel-get-inline-src-block-matches))
> +       (progn
> +      ,@body
> +      t)
> +     nil))

Commit message and patch disagree about the name.

Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf rackAttack:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds


Reply via email to