Re: [O] change in calling remote code blocks?

2018-01-22 Thread numbch...@gmail.com
I agree. use `file::name` is better. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ On Tue, Jan 23, 2018 at 3:24 AM, Ni

Re: [O] change in calling remote code blocks?

2018-01-22 Thread Nicolas Goaziou
Nicolas Goaziou writes: > Fixed. Thank you. I also updated documentation and added tests. As a side note, file:name syntax is a bit weak. It prevents using colons in a name, as reported by the linter. I don't know if the feature is used extensively but it may be worth considering changing refere

Re: [O] change in calling remote code blocks?

2018-01-22 Thread Nicolas Goaziou
Hello, John Kitchin writes: > I don't recall how I learned about that, I guess maybe in some library of > babel documentation somewhere. I confirmed it does work in 8.2.10, e.g. > just with emacs -Q. > > There are a few changes in org 9 to org-babel-lob-execute-maybe > and org-babel-lob-get-info

Re: [O] change in calling remote code blocks?

2018-01-18 Thread edgar
Message: 1 Date: Mon, 15 Jan 2018 10:07:33 -0800 From: John Kitchin with a syntax like: #+call: si.org:figure-1() :wrap html And C-c C-c on that line would call a code block named figure-1 in the file si.org and insert the results. in org 9.1.6, this does nothing. Does anyone know if this

Re: [O] change in calling remote code blocks?

2018-01-15 Thread John Kitchin
I don't recall how I learned about that, I guess maybe in some library of babel documentation somewhere. I confirmed it does work in 8.2.10, e.g. just with emacs -Q. There are a few changes in org 9 to org-babel-lob-execute-maybe and org-babel-lob-get-info that seem to be the root cause of the cha

Re: [O] change in calling remote code blocks?

2018-01-15 Thread Nicolas Goaziou
Hello, John Kitchin writes: > In org8 I used to be able to call remote code blocks ( > http://kitchingroup.cheme.cmu.edu/blog/2016/02/09/Calling-remote-code-blocks-in-org-mode/ > ) > > with a syntax like: > > #+call: si.org:figure-1() :wrap html > > And C-c C-c on that line would call a code blo

[O] change in calling remote code blocks?

2018-01-15 Thread John Kitchin
In org8 I used to be able to call remote code blocks ( http://kitchingroup.cheme.cmu.edu/blog/2016/02/09/Calling-remote-code-blocks-in-org-mode/ ) with a syntax like: #+call: si.org:figure-1() :wrap html And C-c C-c on that line would call a code block named figure-1 in the file si.org and inse