* tangle files from non-code blocks?
@ 2013-03-19 17:31 zhenjiang xu
2013-03-20 14:29 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: zhenjiang xu @ 2013-03-19 17:31 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 261 bytes --]
Hi org-mode experts,
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?
Thanks,
Zech
[-- Attachment #2: Type: text/html, Size: 347 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: tangle files from non-code blocks?
2013-03-19 17:31 tangle files from non-code blocks? zhenjiang xu
@ 2013-03-20 14:29 ` Bastien
0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2013-03-20 14:29 UTC (permalink / raw)
To: zhenjiang xu; +Cc: emacs-orgmode
Hi Zhenjiang,
zhenjiang xu <zhenjiang.xu@gmail.com> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-20 14:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-19 17:31 tangle files from non-code blocks? zhenjiang xu
2013-03-20 14:29 ` Bastien
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).