On 2017-06-24 06:03, ed...@openmail.cc wrote:
On 2017-06-22 22:08, ed...@openmail.cc wrote:
Right now, I can only do it like this:
../dir2/file3.org
==
#+INCLUDE: ../dir1/file1.org::py-numpy
#+NAME: py-noweb
#+CAPTION: Loading Numpy and Matplotlib onto Python.
#+BEG
On 2017-07-01 06:53, ed...@openmail.cc wrote:
* Contribution: Script to convert directory with source to an org-file
So, by now, everybody knows that I don't understand squat about lisp.
Yet, I created a little bash script (for which there may be an
alternative already) to convert a directory wit
On 2017-06-22 22:08, ed...@openmail.cc wrote:
Right now, I can only do it like this:
../dir2/file3.org
==
#+INCLUDE: ../dir1/file1.org::py-numpy
#+NAME: py-noweb
#+CAPTION: Loading Numpy and Matplotlib onto Python.
#+BEGIN_SRC python :results none :noweb yes
<>
#+END
Hello,
I would like to know if someone knows how I can achieve something
like this (importing a block of code from another file):
Definition of the original code:
../dir1/file1.org
==
#+NAME: py-numpy
#+CAPTION: Loading Numpy and Matplotlib onto Python.
#+BEGIN_SRC p