From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: tangle files from non-code blocks? Date: Wed, 20 Mar 2013 15:29:11 +0100 Message-ID: <87ip4m87rc.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36049) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIK1B-0002Te-TY for emacs-orgmode@gnu.org; Wed, 20 Mar 2013 10:29:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIK1A-0007tP-CV for emacs-orgmode@gnu.org; Wed, 20 Mar 2013 10:29:29 -0400 Received: from mail-wg0-f47.google.com ([74.125.82.47]:35187) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIK1A-0007tK-6t for emacs-orgmode@gnu.org; Wed, 20 Mar 2013 10:29:28 -0400 Received: by mail-wg0-f47.google.com with SMTP id dr13so1345321wgb.26 for ; Wed, 20 Mar 2013 07:29:27 -0700 (PDT) In-Reply-To: (zhenjiang xu's message of "Tue, 19 Mar 2013 11:31:17 -0600") 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: zhenjiang xu Cc: emacs-orgmode@gnu.org Hi Zhenjiang, zhenjiang xu writes: > I am wondering, is there anyway to tangle contents inside # > +begin_example ... #+end_example in a similar way to tangle a code > block? It doesn't work now (or do I miss anything?). IMHO, it would > be a useful feature, isn't it? I guess this is enough, no? #+BEGIN_SRC text :tangle test.txt Some text here. #+END_SRC #+BEGIN_SRC text :tangle test.txt Some more text here. #+END_SRC Yes, this is useful :) -- Bastien