From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Maier Subject: [BABEL] Editing dot blocks with org-exp-blocks Date: Tue, 8 Feb 2011 22:50:23 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=41477 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pn14V-0002DS-6E for emacs-orgmode@gnu.org; Tue, 08 Feb 2011 22:50:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pn14U-0003n8-4h for emacs-orgmode@gnu.org; Tue, 08 Feb 2011 22:50:26 -0500 Received: from mail-gx0-f169.google.com ([209.85.161.169]:60567) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pn14U-0003n4-1K for emacs-orgmode@gnu.org; Tue, 08 Feb 2011 22:50:26 -0500 Received: by gxk5 with SMTP id 5so2783945gxk.0 for ; Tue, 08 Feb 2011 19:50:24 -0800 (PST) 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: emacs-orgmode In "normal" Org code blocks (e.g. #+begin_src clojure .... #+end_src) it's possible to hit C-c ' and edit the block code in a separate buffer with the appropriate mode. This doesn't appear to work when using org-exp-blocks to edit a "begin_dot" block. Is there a command to do this? Thanks, Chris