emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Inline source does not evaluate when inserted insie a minipage e


From: Charles Millar
Subject: Re: [O] Inline source does not evaluate when inserted insie a minipage environment
Date: Fri, 22 Sep 2017 20:44:34 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

On 09/22/17 17:22, Nicolas Goaziou wrote:
Hello,

Charles Millar <address@hidden> writes:

This problem may not be limited to just \begin{minipage}, etc., but to
other latex commands which may precede text which contains inline
source code

The following inline code evaluates as expected to 1

This is some text.
Some more test with an inlineĀ  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 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Ā  src_sh[:results raw]{echo 1}
a bit more
\end{minipage}
This is not a bug.

   \begin{minipage}
   ...
   \end{minipage}

defines a LaTeX environment, i.e., pure LaTeX code, and Org doesn't look
into this. This is like $...$ or \(...\), but as block element.
Thank you.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]