Re: [O] Bug: begin_src org :results replace does not work

2017-05-31 Thread Nicolas Goaziou
Hello, "Charles C. Berry" writes: > On Mon, 29 May 2017, Vikas Rawal wrote: > >> Why does the replace keyword not work? It prepends the results. I have >> tried both ":results value replace" and ":results output replace". >> >> I am on org-version 9.0.7 >> >> Vikas >> >> >> >> >> #+NAME: one >>

Re: [O] Bug: begin_src org :results replace does not work

2017-05-29 Thread Charles C. Berry
On Mon, 29 May 2017, Vikas Rawal wrote: The problem is that the results you generate is a table with affiliated keywords NAME and CAPTION and ATTR_[backend]. `org-at-table-p' does not recognize that the keywords are followed by a table. Altering this function might be asking for trouble as

Re: [O] Bug: begin_src org :results replace does not work

2017-05-29 Thread Vikas Rawal
> >> > The problem is that the results you generate is a table with affiliated > keywords NAME and CAPTION and ATTR_[backend]. > > `org-at-table-p' does not recognize that the keywords are followed by a > table. Altering this function might be asking for trouble as it is used > outside babel. > >

Re: [O] Bug: begin_src org :results replace does not work

2017-05-29 Thread Charles C. Berry
On Mon, 29 May 2017, Vikas Rawal wrote: Why does the replace keyword not work? It prepends the results. I have tried both ":results value replace" and ":results output replace". I am on org-version 9.0.7 Vikas #+NAME: one #+BEGIN_SRC org :results value replace export both ,#+NAME: table-yi

[O] Bug: begin_src org :results replace does not work

2017-05-28 Thread Vikas Rawal
Why does the replace keyword not work? It prepends the results. I have tried both ":results value replace" and ":results output replace". I am on org-version 9.0.7 Vikas #+NAME: one #+BEGIN_SRC org :results value replace export both ,#+NAME: table-yield ,#+CAPTION: Simple table created using