emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Babel Tangle issues


From: Eric Schulte
Subject: Re: [O] Babel Tangle issues
Date: Fri, 01 Nov 2013 12:21:53 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Sam Flint <address@hidden> writes:

> I use org-babel to LP, and when I go to tangle, I get very little
> output, a shebang line and that is about it, I have noweb set to tangle,
> yet my references do not resolve.  Any ideas why?

Without a minimal example illustrating the problem it is impossible to
say.  The following tiny example works as expected.

This,

#+Title: example of tangling with noweb

* Two noweb blocks
#+name: begin
#+begin_src sh
  echo begin
#+end_src

#+name: end
#+begin_src sh
  echo end
#+end_src

* Containing tangled block
#+begin_src sh :tangle yes :noweb tangle
  <<begin>>
  date
  <<end>>
#+end_src
tangles to this,

echo begin
date
echo end
Best,

-- 
Eric Schulte
https://cs.unm.edu/~eschulte
PGP: 0x614CA05D

reply via email to

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