Re: [O] Bug report: The link in the CDLaTeX section of the manual (11.5.3) is dead

2019-06-05 Thread Nicolas Goaziou
Hello, Qqwy/Wiebe-Marten writes: > I think the link should be changed to one of: > > - https://staff.fnwi.uva.nl/c.dominik/Tools/cdlatex/ , which seems to be > the location that the original link was moved to. > > - https://github.com/cdominik/cdlatex , which is a repository containing > the lat

Re: [O] Bug: Inaccurate doc-string for org-image-actual-width [9.2.3 (9.2.3-17-g4df705-elpaplus @ /home/yantar92/.emacs.d/elpa/org-plus-contrib-20190513/)]

2019-06-05 Thread Nicolas Goaziou
Hello, 'Ihor Radchenko' writes: > The doc-string for org-image-actual-width states that image width can > be set using #+ATTR.* keyword (note that it is all capital letters). > However, org-display-inline-images only looks for lower-case #+attr_: > > (re-search-forward "^[ \t]*#\\+attr_.*?: +.*?

Re: [O] [PATCH] Add :target option for the TOC keyword

2019-06-05 Thread Sacha Chua
Whoops, I'm so sorry - I accidentally used org-make-link-string instead of org-link-make-string. Tiny patch fixing it attached. Sacha Chua - sa...@sachachua.com - Blog: sachachua.com - Mobile: +1 416 823 2669 On Fri, May 31, 2019 at 12:30 PM Nicolas Goaziou wrote: > Hello, > > Sacha Chua writ

Re: [O] Output result of source block to a file

2019-06-05 Thread Ken Mankoff
On 2019-06-05 at 12:41 +02, Roger Mason wrote... > I want to output the result of the evaluation of a (python) source > block to a (graphics) file and have a link to the file inserted in the > buffer. > > Here is the code: > > #+begin_src python :results value file :file scaleplot02.pdf :exports

Re: [O] Output result of source block to a file

2019-06-05 Thread stardiviner
Roger Mason writes: > Hello, > > I want to output the result of the evaluation of a (python) source block > to a (graphics) file and have a link to the file inserted in the buffer. For this, you should try updated header arguments like ":results graphics link" or ":results file link". > > Her

[O] Output result of source block to a file

2019-06-05 Thread Roger Mason
Hello, I want to output the result of the evaluation of a (python) source block to a (graphics) file and have a link to the file inserted in the buffer. Here is the code: #+begin_src python :results value file :file scaleplot02.pdf :exports results :var data=test import matplotlib.pyplot as p

[O] Bug: Inaccurate doc-string for org-image-actual-width [9.2.3 (9.2.3-17-g4df705-elpaplus @ /home/yantar92/.emacs.d/elpa/org-plus-contrib-20190513/)]

2019-06-05 Thread 'Ihor Radchenko'
The doc-string for org-image-actual-width states that image width can be set using #+ATTR.* keyword (note that it is all capital letters). However, org-display-inline-images only looks for lower-case #+attr_: (re-search-forward "^[ \t]*#\\+attr_.*?: +.*?:width +\\(\\S-+\\)" (org-element-propert