From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Re: Org list source block Date: Mon, 04 Jan 2016 17:33:46 +0200 Message-ID: <87egdxxsth.fsf@iki.fi> References: <87d1tiygzh.fsf@iki.fi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aG78y-0008Md-QR for emacs-orgmode@gnu.org; Mon, 04 Jan 2016 10:34:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aG78t-0002Pn-SR for emacs-orgmode@gnu.org; Mon, 04 Jan 2016 10:34:00 -0500 Received: from plane.gmane.org ([80.91.229.3]:36036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aG78t-0002Pa-Ln for emacs-orgmode@gnu.org; Mon, 04 Jan 2016 10:33:55 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aG78p-0008Ht-RC for emacs-orgmode@gnu.org; Mon, 04 Jan 2016 16:33:51 +0100 Received: from 82-181-168-52.bb.dnainternet.fi ([82.181.168.52]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Jan 2016 16:33:51 +0100 Received: from jarmo.hurri by 82-181-168-52.bb.dnainternet.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Jan 2016 16:33:51 +0100 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org "Charles C. Berry" writes: > If so, you can get it with > > * Test list > #+NAME: my-list > #+BEGIN_SRC org :exports none :results value org > - [ ] foo > - [ ] bar > #+END_SRC > > #+BEGIN_SRC org :noweb yes :results replace :wrap org :exports results > <> > #+END_SRC Thanks, that worked! All the best, Jarmo