emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] send block evaluation results to specified buffer


From: Arthur A. Gleckler
Subject: Re: [O] send block evaluation results to specified buffer
Date: Wed, 11 Sep 2019 17:45:15 -0700

On Wed, Sep 11, 2019 at 5:44 PM Arthur A. Gleckler <address@hidden> wrote:
 
When a :buffer is specified, output goes to that buffer, which is erased first, e.g.:

  #+begin_src sh :results buffer
  echo foo
  #+end_src
 
Sorry, the first example was supposed to be:

  #+begin_src sh :results buffer :buffer *foo*
  echo foo
  #+end_src


reply via email to

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