|
From: | Achim Gratz |
Subject: | Re: [O] [PATCH 03/10] Clean up various org-babel-*-maybe commands |
Date: | Tue, 02 Apr 2013 21:31:16 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
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
[Prev in Thread] | Current Thread | [Next in Thread] |