The following file contents, when exported (to HTML or pdf), produce
incorrect output:
#+PROPERTY: header-args:python :session "*Python*"
#+PROPERTY: exports both
#+PROPERTY: results value verbatim
#+BEGIN_SRC python
import numpy as np
np.array([1, 2, 3])
#+END_SRC
The resulting value block contai
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
--
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
-
, at 08:59, Nicolas Goaziou wrote:
> Hello,
>
> Bastien writes:
>
> > Hi Steven,
> >
> > "Steven Bagley" writes:
> >
> >> In emacs -Q:
> >>
> >> 1. M-x org-mode
> >> 2. insert the following line in the buffer (creat
Yes, that works for the example I quoted. The source of the original "::" is
org-mac-link, not my typing. Maybe that could insert a different character
sequence to avoid any confusion.
--Steve
On Mon, May 3, 2021, at 10:30, Nicolas Goaziou wrote:
> "Steven Bagley" write