From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: where to place caption so babel results include caption? Date: Wed, 06 Nov 2019 17:53:25 +0100 Message-ID: <87imnx9cai.fsf@gmail.com> References: <871ruls518.fsf@gmail.com> <5A52F11B-774A-46A3-B507-70883FB181A8@ucsd.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39332) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iSOYl-0004m9-15 for emacs-orgmode@gnu.org; Wed, 06 Nov 2019 11:53:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iSOYk-0004oU-2F for emacs-orgmode@gnu.org; Wed, 06 Nov 2019 11:53:30 -0500 Received: from mail-lj1-x22f.google.com ([2a00:1450:4864:20::22f]:40836) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iSOYj-0004nR-RW for emacs-orgmode@gnu.org; Wed, 06 Nov 2019 11:53:30 -0500 Received: by mail-lj1-x22f.google.com with SMTP id q2so20375649ljg.7 for ; Wed, 06 Nov 2019 08:53:29 -0800 (PST) In-reply-to: <5A52F11B-774A-46A3-B507-70883FB181A8@ucsd.edu> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: "Berry, Charles" Cc: emacs-orgmode On 2019-11-06 at 17:05 +01, Berry, Charles wrote... > M-: (org-babel-map-src-blocks nil (org-babel-insert-result "" > '("replace"))) RET > > HTH, Yes that helps! A simple solution. Thank you. -k.