emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] tangle files from non-code blocks?


From: Bastien
Subject: Re: [O] tangle files from non-code blocks?
Date: Wed, 20 Mar 2013 15:29:11 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi Zhenjiang,

zhenjiang xu <address@hidden> 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



reply via email to

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