Org mode version 9.2.5 (release_9.2.5-494-g4848b8 @ /usr/local/share/org-mode/lisp/) GNU Emacs 27.0.50 (build 59, x86_64-pc-linux-gnu, GTK+ Version 3.24.10) of 2019-08-22

ECM

#+begin_src sh :file test.rec
cat << EOF
# -*- mode: rec -*-

%rec: somerecord

Account: something
Amount: 0.00

#### end of file
EOF

#+end_src

I expect that when I execute the above code block that

        1. An external file test.rec is produced with contents

        # -*- mode: rec -*-

        %rec: somerecord

        Account: something
        Amount: 0.00

        #### end of file

 and

        2. A link to that file is placed below the source code block

Instead all I get is a table and no external file is created

#+RESULTS:
| #     |   -*- | mode: | rec | -*- |
| %rec: | somerecord | | | |
| Account: | sometyhing | | | |
| Amount: | 0.0 | | | |
| #### | end | of | file | |

I reported this earlier but my subject line was not correct.

Charlie Millar

Reply via email to