Re: #+include from same file when exporting

2020-10-13 Thread Nicolas Goaziou
Hello, ed...@openmail.cc writes: > My comment for today is that I have something like this: > > this-file.org > .. > * Fancy header 1 > > #+NAME: blk1 > #+begin_src python > >import numpy as np #+end_src > > ** Fancy subheader 2 > > Res 1 > > #+include: "this-file.

#+include from same file when exporting

2020-09-15 Thread edgar
Hello, dear list! My comment for today is that I have something like this: this-file.org .. * Fancy header 1 #+NAME: blk1 #+begin_src python import numpy as np #+end_src ** Fancy subheader 2 Res 1 #+include: "this-file.org::blk1" Res 2 #+include: "this-file.org: