Re: [Orgmode] [babel] tangle and Makefile

2010-01-28 Thread Eric Schulte
This patch has been applied. Thanks -- Eric Dan Davison writes: > "Martin G. Skjæveland" writes: > >> Hi, >> >> I have two questions regarding org-babel-tangle and Makefile. >> >> Running org-babel-tangle on the following file >> >> --start >> * test >> >> #+begi

Re: [Orgmode] [babel] tangle and Makefile

2010-01-28 Thread Dan Davison
"Martin G. Skjæveland" writes: > Hi, > > I have two questions regarding org-babel-tangle and Makefile. > > Running org-babel-tangle on the following file > > --start > * test > > #+begin_src makefile :tangle Makefile > test: > echo "hello" > #+end_src >