From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: org-babel-where-is-src-block-head Date: Wed, 08 Sep 2010 01:00:25 +0530 Message-ID: <81k4mxuzam.fsf_-_@gmail.com> References: <38B5DC68-38DC-4F36-8D26-F050D4F42036@tsdye.com> <87fwxlweqx.fsf@stats.ox.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=39369 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ot4N4-000159-Pz for emacs-orgmode@gnu.org; Tue, 07 Sep 2010 16:02:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ot3sQ-0000uL-5f for emacs-orgmode@gnu.org; Tue, 07 Sep 2010 15:30:43 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:55425) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ot3sP-0000uF-UX for emacs-orgmode@gnu.org; Tue, 07 Sep 2010 15:30:42 -0400 Received: by pzk33 with SMTP id 33so3672819pzk.0 for ; Tue, 07 Sep 2010 12:30:40 -0700 (PDT) In-Reply-To: <87fwxlweqx.fsf@stats.ox.ac.uk> (Dan Davison's message of "Tue, 07 Sep 2010 15:11:18 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dan Davison Cc: emacs-orgmode Mailinglist > [1] E.g. `org-babel-where-is-src-block-head' may not be the "proper" way > to detect if we're in a src block. > I wonder what the proper way is ... At different points in the past, I had looked for org-at-babel-p or something similar. I invariably wound up using org-babel-where-is-src-block-head ... Jambunathan K.