emacs-orgmode
[Top][All Lists]
Advanced

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

raw replace not working


From: Roger Mason
Subject: raw replace not working
Date: Wed, 11 Mar 2020 12:16:52 -0230
User-agent: mu4e 1.1.0; emacs 26.3

Hello,

I using Org mode version 9.2.3 (release_9.2.3-390-gfb5091 @
/home/rmason/.emacs.d/org-git/lisp/) in GNU Emacs 26.3 (build 1,
amd64-portbld-freebsd11.3, X toolkit, Xaw3d scroll bars).

Here is an ECM:

#+begin_src shell :results raw replace
#!/usr/bin/env zsh

mkdir -p Supercell
for i in 1 2 3
do
    touch Supercell/111_stuff.cif
done
ls Supercell

#+end_src

#+RESULTS:
111_stuff.cif
111_stuff.cif
111_stuff.cif

Is there something I'm doing wrong or is this a limitation of org 9.2.3?

Cheers,
Roger



reply via email to

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