[O] problem with babel call with post action

2017-06-20 Thread Eric S Fraga
Hello, the following single line command (may be wrapped in email) used to work a while back (maybe last year?): #+call: graph-from-tables(options="rankdir=LR;",nodes=subtasks-table[2:-1],graph=dependency-table[2:-1]) :exports results :results file :post plot-graph[:results file :exports resu

Re: [O] problem with babel call with post action

2017-06-20 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > the following single line command (may be wrapped in email) used to work > a while back (maybe last year?): > > #+call: > > graph-from-tables(options="rankdir=LR;",nodes=subtasks-table[2:-1],graph=dependency-table[2:-1]) > :exports > results :results file :p

Re: [O] problem with babel call with post action

2017-06-20 Thread Eric S Fraga
Hi Nicolas, Thanks for the quick response! On Tuesday, 20 Jun 2017 at 19:23, Nicolas Goaziou wrote: [...] > That is a serious babel call. :-) I think it's a symptom of being lazy and spending way too much time on codes to make life easier... as in "The tale of the man who was too lazy to fa

Re: [O] problem with babel call with post action

2017-06-22 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > I think it's a symptom of being lazy and spending way too much time on > codes to make life easier... as in "The tale of the man who was too > lazy to fail" by Robert Heinlein [1]. Thank you for the reference. I hadn't heard about this novel before. >> I improved

Re: [O] problem with babel call with post action

2017-06-22 Thread Eric S Fraga
On Thursday, 22 Jun 2017 at 07:30, Nicolas Goaziou wrote: [...] > I don't understand it either. Could you edebug `org-babel-read-table', > or post an ECM? Anyway, this seems unrelated to babel call parsing. Hi Nicolas, I'm not au fait with using edebug. Will try to learn it (about time, probab

Re: [O] problem with babel call with post action

2017-06-22 Thread Eric S Fraga
Helps if I attached the file... -- : Eric S Fraga via Emacs 26.0.50, Org release_9.0.9-551-g92e8c8 A small example in which the ~call~ statement below fails with error message: Successfully reloaded Org #+begin_example Org mode version 9.0.9 (release_9.0.9-551-g92e8c8 @ /home/ucecesf/git/org-mo

Re: [O] problem with babel call with post action

2017-06-24 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > I'm not au fait with using edebug. Will try to learn it (about time, > probably). In the meantime, here is an ECM which definitely fails for > me with my normal configuration but which almost works with emacs > -Q. The almost is that the final output looks like t

Re: [O] problem with babel call with post action

2017-06-26 Thread Eric S Fraga
On Saturday, 24 Jun 2017 at 10:05, Nicolas Goaziou wrote: [...] > I think this was fixed recently. Could you confirm it? Yes, thank you. Seems to work just fine now! I had to change my original babel src blocks and remove a ":wrap src dot" that I had in the intermediate block but otherwise I g