Reworked the header of each org-mode file

This commit is contained in:
2019-05-14 16:59:02 +02:00
parent 627859f026
commit 1fdc6df90f
18 changed files with 451 additions and 25 deletions

View File

@@ -40,6 +40,7 @@ The report by H-P van der Kleij on the static measurement of the ID31 station is
:END:
<<sec:static_ty>>
** ZIP file containing the data and matlab files :ignore:
#+begin_src bash :exports none :results none
if [ matlab/static_ty.m -nt data/static_ty.zip ]; then
cp matlab/static_ty.m static_ty.m;
@@ -268,6 +269,7 @@ The result is shown on figure [[fig:psd_tyz]].
:END:
<<sec:spindle_static>>
** ZIP file containing the data and matlab files :ignore:
#+begin_src bash :exports none :results none
if [ matlab/spindle_static.m -nt data/spindle_static.zip ]; then
cp matlab/spindle_static.m spindle_static.m;