Re: [O] Bug: regression with :export both :noweb strip-export [9.2 (9.2-elpa @ /home/adl/.emacs.d/elpa/org-20181230/)]

2019-01-19 Thread Nicolas Goaziou
Hello, Alexandre Duret-Lutz writes: > On Tue, Jan 15, 2019 at 11:50 PM Alexandre Duret-Lutz > wrote: >> Since I updated to org 9.2, the following idiom stopped working. >> >> -- >> #+NAME: context >> #+BEGIN_SRC C++ :exports none >> #include >> int u = 0; >> #+END_SRC >> >>

Re: [O] Bug: regression with :export both :noweb strip-export [9.2 (9.2-elpa @ /home/adl/.emacs.d/elpa/org-20181230/)]

2019-01-16 Thread Alexandre Duret-Lutz
On Tue, Jan 15, 2019 at 11:50 PM Alexandre Duret-Lutz wrote: > Since I updated to org 9.2, the following idiom stopped working. > > -- > #+NAME: context > #+BEGIN_SRC C++ :exports none > #include > int u = 0; > #+END_SRC > > #+BEGIN_SRC C++ :exports both :noweb strip-export

[O] Bug: regression with :export both :noweb strip-export [9.2 (9.2-elpa @ /home/adl/.emacs.d/elpa/org-20181230/)]

2019-01-15 Thread Alexandre Duret-Lutz
Hi! I have some documentation where I use the noweb syntax to include some common context in some code fragment I want to discuss. On export I'd like to display the code fragments without the common context, followed by their output. Since I updated to org 9.2, the following idiom stopped