Re: [O] bug in orgmode parsing of results

2016-12-28 Thread daimrod
On 12/27/16 19:11, Charles C. Berry wrote: > On Tue, 27 Dec 2016, daimrod wrote: > >> Hi, >> >> I've found what I think is a bug in orgmode parsing. >> When the following file is parsed : >> >> * Test >> #+BEGIN_SRC emacs-lisp :exports results :results raw drawer >> (format "- Test2") >>

Re: [O] bug in orgmode parsing of results

2016-12-28 Thread daimrod
On 12/27/16 19:09, Nicolas Goaziou wrote: > Hello, > > daimrod writes: > >> #+RESULTS: >> :RESULTS: >> * Test2 >> :END: >> > [...] > >> (paragraph >> (:begin 98 :end 119 :contents-begin 109 :contents-end 119 :post-blank 0 >> :post-affiliated 109 :results >>

Re: [O] bug in orgmode parsing of results

2016-12-27 Thread Charles C. Berry
On Tue, 27 Dec 2016, daimrod wrote: Hi, I've found what I think is a bug in orgmode parsing. When the following file is parsed : * Test #+BEGIN_SRC emacs-lisp :exports results :results raw drawer (format "- Test2") #+END_SRC #+RESULTS: :RESULTS: - Test2 :END: [snip] That is, it

Re: [O] bug in orgmode parsing of results

2016-12-27 Thread Nicolas Goaziou
Hello, daimrod writes: > #+RESULTS: > :RESULTS: > * Test2 > :END: > [...] > (paragraph > (:begin 98 :end 119 :contents-begin 109 :contents-end 119 :post-blank 0 > :post-affiliated 109 :results > (\"\") > :parent #2) > #(\":RESULTS:\\n\" 0 10 >(:parent

[O] bug in orgmode parsing of results

2016-12-27 Thread daimrod
Hi, I've found what I think is a bug in orgmode parsing. When the following file is parsed : * Test #+BEGIN_SRC emacs-lisp :exports results :results raw drawer (format "- Test2") #+END_SRC #+RESULTS: :RESULTS: - Test2 :END: The truncated result of `org-element-parse-buffer' is : (src-block