[O] Bug: verbatim export of python code block with numpy array returns wrong value [8.2.1 (8.2.1-10-g9c1ef6-elpaplus @ /Users/sbagley/Dropbox/emacsd/elpa/org-plus-contrib-20131014/)]

2013-10-21 Thread Steven Bagley
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

[BUG] wrong date returned by org-read-date in table formula [9.5.2 (release_9.5.2-3-geb9f34 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2022-01-01 Thread Steven Bagley
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. --

Bug: Double colon in org link description breaks the link [9.4.4 (release_9.4.4 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2021-05-02 Thread Steven Bagley
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. -

Re: Bug: Double colon in org link description breaks the link [9.4.4 (release_9.4.4 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2021-05-03 Thread Steven Bagley
, 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

Re: Bug: Double colon in org link description breaks the link [9.4.4 (release_9.4.4 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2021-05-03 Thread Steven Bagley
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