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: Sun, 24 Sep 2017 16:59:24 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

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

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