Re: [O] Greek symbol rendering problem in gnuplot

2019-04-30 Thread Lawrence Bottorff
As I understand, the more "up-to-date" 2017 version is not as comprehensive as the 2014 version. I got in contact with Bruce Ravel (2014 author) and he says he's standing by, but I told him to wait to see what the org-mode side can do first about the :session issue. So in general I'm supposing that

[O] Correction and addition [Re: BUG: the builtin LaTeX/P DF exporter mislabels source blocks as figures.]

2019-04-30 Thread Emmanuel Charpentier
I reported incorrectly that the bug Ireported was also present when using the "minted" package to format source blocks. This is incorrect : I re-checked my trials, and re-wrote another test, which gives the ecpected result. See attached files. This might help pinpointing the problem happening whe

Re: [O] org-list-make-subtree produces JSON readtable error: 47

2019-04-30 Thread Britt Anderson
Britt Anderson writes: > Whether or not I use the keyboard short cut or M-x. Any idea what may be > causing this? > > (org-version) > "9.2.3" > (emacs-version) > "GNU Emacs 26.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.8) > of 2019-04-12" > > > Thanks Appears to be caused by a conflict

Re: [O] org-list-make-subtree produces JSON readtable error: 47

2019-04-30 Thread Britt Anderson
Britt Anderson writes: > Whether or not I use the keyboard short cut or M-x. Any idea what may be > causing this? > > (org-version) > "9.2.3" > (emacs-version) > "GNU Emacs 26.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.8) > of 2019-04-12" > > > Thanks Seems to be caused by a conflict wi

[O] org-list-make-subtree produces JSON readtable error: 47

2019-04-30 Thread Britt Anderson
Whether or not I use the keyboard short cut or M-x. Any idea what may be causing this? (org-version) "9.2.3" (emacs-version) "GNU Emacs 26.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.8) of 2019-04-12" Thanks

Re: [O] Slight problems with links

2019-04-30 Thread John Kitchin
I second the need for the first line, in my past efforts pandoc would choke on my large bibtex file, and trimming it down to just the essential entries was helpful. I would achieve that with M-x org-ref-extract-bibtex-to-file :). But it is otherwise the same. Ken Mankoff writes: > Hi Emmanuel, >

Re: [O] BUG: the builtin LaTeX/P DF exporter mislabels source blocks as figures.

2019-04-30 Thread Emmanuel Charpentier
Dear John, This does *not* work for me. See the attached files. I begin to suspect a very recent bug : I'm following MELPA, which updates about once a week. My org-version says: Org mode version 9.2.3 (9.2.3-11-g42abf5-elpaplus @ /home/charpent/.emacs.d/elpa/org-plus- contrib-20190429/). Cordially,

Re: [O] BUG: the builtin LaTeX/P DF exporter mislabels source blocks as figures.

2019-04-30 Thread John Kitchin
This works as expected in LaTeX for me with org-ref (you could probably use raw latex if you wanted): #+caption: The first source block. label:src-1 #+BEGIN_SRC ipython print('Hello world') #+END_SRC Later we refer to the code in Listing ref:src-1 or ref:src-2. That is different than Figure ref:

Re: [O] BUG: the builtin LaTeX/P DF exporter mislabels source blocks as figures.

2019-04-30 Thread Emmanuel Charpentier
Hi, Nicolas ! Le mardi 30 avril 2019 à 19:05 +0200, Nicolas Goaziou a écrit : > Hello, > > Emmanuel Charpentier writes: > > > Whereas the HTML exporter correctly recognize a source block as > > such, > > the LaTeX/PDF exporter does not. > > > > This can be demonstrated in a (minimal) org file

Re: [O] Greek symbol rendering problem in gnuplot

2019-04-30 Thread Fraga, Eric
For the list: Lawrence and I have followed this through a bit more. The solution, for those that have a newer version of gnuplot-mode (2017 version instead of the 2014 version), is to set :session to "none". I would suggest that there is a bug in ob-gnuplot.el. Specifically, :session is initiali

Re: [O] BUG: the builtin LaTeX/P DF exporter mislabels source blocks as figures.

2019-04-30 Thread Nicolas Goaziou
Hello, Emmanuel Charpentier writes: > Whereas the HTML exporter correctly recognize a source block as such, > the LaTeX/PDF exporter does not. > > This can be demonstrated in a (minimal) org file using *only* the > built-in tools (no external packages), where a source block is labelled > as such

Re: [O] Bug: previous-line throws "beginning of buffer" with visual-line-mode on [9.2 (9.2-elpa @ /home/avercruysse/.emacs.d/elpa/org-20181230/)]

2019-04-30 Thread Nicolas Goaziou
Hello, Alec Vercruysse writes: > I've recently switched to org mode as my fundamental mode, and do > almost all of my writing in it now. One issue that I've encountered, > however, is that with a lot of text under a single subheading, when > holding the up arrow key to move point up (running pre

Re: [O] Greek symbol rendering problem in gnuplot

2019-04-30 Thread Lawrence Bottorff
I've looked at the gnuplot mode 2014 github site -- and no issues seem to have been addressed by the owner in recent years. Will try to debug myself. On Tue, Apr 30, 2019 at 1:09 AM Fraga, Eric wrote: > Thanks for the long explanation. I am us

Re: [O] Greek symbol rendering problem in gnuplot

2019-04-30 Thread Lawrence Bottorff
The 2014 "gnuplot-mode" has the problem of not rendering the greek symbols when asked to by babel, hence, my switch to "gnuplot-mode" 2017. C-h v gnuplot-program reports gnuplot-program’s value is "/usr/bin/gnuplot" This variable may be risky if used as a file-local variable. Documentation: Not

Re: [O] Slight problems with links

2019-04-30 Thread Emmanuel Charpentier
Le mardi 30 avril 2019 à 04:43 -0200, Ken Mankoff a écrit : > Hi Emmanuel, > > I have looked into PDF and DOCX export repeatedly over the years with > different versions of Org and Pandoc and Google Docs and keep finding > that the best method is Org -> LaTeX, and then LaTeX -> DOCX with > Pandoc.

[O] BUG: the builtin LaTeX/P DF exporter mislabels source blocks as figures.

2019-04-30 Thread Emmanuel Charpentier
I shall report formally the problems mentioned in http://lists.gnu.org/archive/html/emacs-orgmode/2019-04/msg00240.html, trying to isolate them as much as possible. I'll start with the simplest (and, IMHO, the most annoying). Whereas the HTML exporter correctly recognize a source block as such, t