From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Inline source does not evaluate when inserted insie a minipage environment Date: Fri, 22 Sep 2017 15:56:58 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dvU4Q-0006cO-1t for emacs-orgmode@gnu.org; Fri, 22 Sep 2017 15:57:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dvU4N-0006Vi-0M for emacs-orgmode@gnu.org; Fri, 22 Sep 2017 15:57:06 -0400 Received: from omr-a008e.mx.aol.com ([204.29.186.51]:55582) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dvU4M-0006VM-T1 for emacs-orgmode@gnu.org; Fri, 22 Sep 2017 15:57:02 -0400 Received: from mtaout-mab02.mx.aol.com (mtaout-mab02.mx.aol.com [172.26.249.82]) by omr-a008e.mx.aol.com (Outbound Mail Relay) with ESMTP id A1C5A3800040 for ; Fri, 22 Sep 2017 15:57:01 -0400 (EDT) Received: from [192.168.1.128] (0x5b3139322e3136382e312e3132385d [70.195.142.4]) by mtaout-mab02.mx.aol.com (MUA/Third Party Client Interface) with ESMTPA id 0002F38000087 for ; Fri, 22 Sep 2017 15:57:00 -0400 (EDT) Content-Language: en-US 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: "emacs-orgmode@gnu.org" Hi, This problem may not be limited to just \begin{minipage}, etc., but to=20 other latex commands which may precede text which contains inline source=20 code The following inline code evaluates as expected to 1 This is some text. Some more test with an inline=C2=A0 src_sh[:results raw]{echo 1} a bit more However, when I C-c C-c the same code when inside a minipage, I get the=20 message " 'C-c C-c' can do nothing useful here" \begin{minipage}[t]{4.0in} This is some text. Some more test with an inline=C2=A0 src_sh[:results raw]{echo 1} a bit more \end{minipage} Org mode version 9.1.1 (release_9.1.1-62-g6e7d15.dirty @=20 /usr/local/share/emacs/site-lisp/org-mode/lisp/) GNU Emacs 25.1.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.5) of=20 2016-07-21 I admit that I did only a cursory search in the list, so if the issue=20 has been addressed before this, please point me in right direction. Charlie Millar