Re: [O] [bug] [babel] repeated exports w/ inline src blocks yield different results

2013-11-28 Thread Nicolas Goaziou
Hello, Yasushi SHOJI writes: > At Sun, 24 Nov 2013 04:18:38 + (UTC), > Charles Berry wrote: > [...] >> and you see the extra '#+END_SRC' line. >> >> And if you keep repeating those keystrokes, the second result again appears. >> >> However, sometimes a minor change and then an erasure (per

Re: [O] [bug] [babel] repeated exports w/ inline src blocks yield different results

2013-11-26 Thread Yasushi SHOJI
At Sun, 24 Nov 2013 04:18:38 + (UTC), Charles Berry wrote: [...] > and you see the extra '#+END_SRC' line. > > And if you keep repeating those keystrokes, the second result again appears. > > However, sometimes a minor change and then an erasure (perhaps 'a a C-x u') > followed by the export

[O] [bug] [babel] repeated exports w/ inline src blocks yield different results

2013-11-23 Thread Charles Berry
Consider this code: , | * test | | #+NAME: block2 | #+BEGIN_SRC emacs-lisp :exports both | (setf not-yet-bound-a t ) | #+END_SRC | | src_emacs-lisp{(+ 1 1)} | | end of buffer | ` Upon export via C-c C-e C-b t A y y yields: , | 1 test | == | | , | | (setf n