emacs-orgmode
[Top][All Lists]
Advanced

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

Re: raw replace not working


From: Nicolas Goaziou
Subject: Re: raw replace not working
Date: Wed, 11 Mar 2020 16:18:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello,

Roger Mason <address@hidden> writes:

> 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?

It is a limitation of Org. Raw results cannot be replaced because Org
cannot know what is the result. You may wrap the output within a drawer.

Regards,

-- 
Nicolas Goaziou



reply via email to

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