From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar via Emacs-orgmode Subject: Bug header argumednt :file does not produce a file or a link to the file Date: Thu, 22 Aug 2019 21:47:58 -0400 Message-ID: <6d1c9dbe-d0ec-7b7b-0ef9-1aaef1d430d0@verizon.net> Reply-To: Charles Millar Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53673) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i0ygT-0007uO-D8 for emacs-orgmode@gnu.org; Thu, 22 Aug 2019 21:48:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i0ygR-0005nA-Ub for emacs-orgmode@gnu.org; Thu, 22 Aug 2019 21:48:08 -0400 Received: from sonic313-15.consmr.mail.bf2.yahoo.com ([74.6.133.125]:34200) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i0ygR-0005mI-Oj for emacs-orgmode@gnu.org; Thu, 22 Aug 2019 21:48:07 -0400 Content-Language: en-US List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: "emacs-orgmode@gnu.org" 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