emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Bug header argumednt :file does not produce a file or a link to the


From: Charles Millar
Subject: [O] Bug header argumednt :file does not produce a file or a link to the file
Date: Thu, 22 Aug 2019 21:47:58 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

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

[Prev in Thread] Current Thread [Next in Thread]