emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [org-babel] Dynamic Tangle?
@ 2010-12-07  4:57 Nathan Neff
  2010-12-13 20:58 ` Eric Schulte
  0 siblings, 1 reply; 2+ messages in thread
From: Nathan Neff @ 2010-12-07  4:57 UTC (permalink / raw)
  To: emacs-orgmode

I'm preparing a presentation and I'm getting using tangle to show code /and/
produce working code examples -- this is really cool.

It is possible to define a "template" and pass code blocks to it?
For example: (Using pseudo-org-babel-code for brevity)

#+template
header code
<<code_that_is_passed_to_me>>
footer code

#+example1 :render #+template with 1111111
1111111111

#+example2 :render #+template with 222222
222222222

The tangled output would be:

header code
11111111111
footer code

header code
2222222222
footer code

I'm already able to use org-babel like below, but I have to
put a <<footer>> and a <<header>> in each code block.

Here's my existing setup:
#+header
header code

#+footer
footer code

#+example1
<<header>>    <-- I have to specify these <<header>> and <<footer>> in
each code block
11111111111
<<footer>>

#+example2
<<header>>
2222222222
<<footer>>

Thanks again for org-babel -- I'll post my presentation when I get it done.

--Nate

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-13 20:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-07  4:57 [org-babel] Dynamic Tangle? Nathan Neff
2010-12-13 20:58 ` Eric Schulte

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).