On 09/23/2017 10:02, Eric S Fraga wrote:
On Friday, 22 Sep 2017 at 15:56, Charles Millar wrote:

[...]

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}
I solve this aspect, and more generally allow the use of org formatting
directives within the text by doing:

#+latex: \begin{minipage}[t]{4.0in}
This is some text. Some more test with an inline src_sh[:results raw]{echo 1}
a bit more
#+latex: \end{minipage}

Thank you.

Reply via email to