From mboxrd@z Thu Jan 1 00:00:00 1970 From: aditya siram Subject: [org-babel] References Not Expanding Date: Sat, 21 Aug 2010 16:42:41 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1929242653==" Return-path: Received: from [140.186.70.92] (port=34794 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Omvps-0000ko-NO for emacs-orgmode@gnu.org; Sat, 21 Aug 2010 17:42:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Omvpr-0003mm-75 for emacs-orgmode@gnu.org; Sat, 21 Aug 2010 17:42:44 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:46050) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Omvpr-0003me-21 for emacs-orgmode@gnu.org; Sat, 21 Aug 2010 17:42:43 -0400 Received: by wyg36 with SMTP id 36so5655459wyg.0 for ; Sat, 21 Aug 2010 14:42:41 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --===============1929242653== Content-Type: multipart/alternative; boundary=0016363ba1f87a1d7e048e5c4b4d --0016363ba1f87a1d7e048e5c4b4d Content-Type: text/plain; charset=ISO-8859-1 Hi all, I have the development version of org-mode and org-babel noweb style references are not expanding during evaluation, they are instead copied literally into the temp file. They seem to expand fine when tangling. Here is file that is failing: * Root #+begin_src haskell :noweb yes :tangle Main.hs <> <> main = print $ test [1,2,3] #+end_src * Imports #+srcname: Imports #+begin_src haskell import Control.Monad.State #+end_src * Append Function #+srcname: Test #+begin_src haskell test = length #+end_src I have tried unsuccessfully to make "Imports" and "Append Function" children of "Root". Thanks! -deech --0016363ba1f87a1d7e048e5c4b4d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi all,
I have the development version of org-mode and org-babel noweb = style references are not expanding during evaluation, they are instead copi= ed literally into the temp file. They seem to expand fine when tangling. He= re is file that is failing:
* Root
#+begin_src haskell :noweb yes :tangle Main.hs
=A0 <<Imp= orts>>
=A0 <<Test>>
=A0 main =3D print $ test [1,2,= 3]
#+end_src

* Imports
#+srcname: Imports
#+begin_src haske= ll
=A0 import Control.Monad.State
#+end_src

* Append Function
#+= srcname: Test
#+begin_src haskell
=A0 test =3D length
#+end_src
I have tried unsuccessfully to make "Imports" and "App= end Function" children of "Root".

Thanks!
-deech
--0016363ba1f87a1d7e048e5c4b4d-- --===============1929242653== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1929242653==--