Re: [O] org master: make fails

2018-06-02 Thread Nicolas Goaziou
Hello, Julius Dittmar writes: > GNU Emacs 24.3.1 in one instance, the other not older than that (can't > check the details right now). I think upgrading Emacs to at least 24.4 should solve the issue. Regards, -- Nicolas Goaziou

Re: [O] [BUG] org-insert-structure-template on region selected text will delete some characters

2018-06-02 Thread Nicolas Goaziou
Hello, stardiviner writes: > For example: > > Region select on: > > ENTRYPOINT ["/usr/sbin/nginx"] > > When I press =[C-c C-,]= on this region, the region content will be wrapped > with src block, > but it deleted the last "]". > > This is a bug I think. Fixed. Thank you. Regards, --

Re: [O] Bug: Args out of range error in HTML export [9.1.13 (9.1.13-elpa @ /home/neil/.emacs.d/elpa/org-20180514/)]

2018-06-02 Thread Nicolas Goaziou
Hello, Neil Jerram writes: > With this Org source: > > #+BEGIN_SRC sh > { > cat < failsafeInboundHostPorts: > EOF > } > #+END_SRC > > With `C-c C-e h h', to export that as HTML, I get: > > Debugger entered--Lisp error: (args-out-of-range # 0 1) > parse-partial-sexp(1 0) >

Re: [O] org-detangle seems broken

2018-06-02 Thread Nicolas Goaziou
Hello, Frederick Giasson writes: > It appears that org-detangle is broken. I am using spacemacs, but even with > a vanilla Emacs (emacs -Q) it appears to be broken. > > When I tangle a file with =:comments link= every things works as expected > and the comments are added in the tangled file. >

Re: [O] [PATCH] Add support for Babel with Eshell, (updated PATCH)

2018-06-02 Thread Nicolas Goaziou
Hello, stardiviner writes: > Aha, Thanks, Nicolas, I almost forget this patch. That's great! Speaking of which, there's an issue in `org-babel-eshell-initiate-session'. First, it uses (get-buffer (current-buffer)), which is equivalent to (current-buffer). But, more importantly, it doesn't do

Re: [O] [PATCH] Add new keyword :coding for #+include directive

2018-06-02 Thread Nicolas Goaziou
Hello, pierre.techouey...@free.fr (Pierre Téchoueyres) writes: > Hello Nicolas, > I'm sorry for the delay, this problem drove me crazy for a few days. > So I started again from the beginning and, of course, I am now unable to > replicate my original test case. > So, I think you could delete the