From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: Error Embedding SQL Source from code block into R Source of Another (noweb) Date: Tue, 30 Sep 2014 18:16:42 -0500 Message-ID: References: <87lhp2x7p9.fsf@air.ben-zion.org> <87mw9hqiv1.fsf@air.ben-zion.org> <8738b8j4xe.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZ6ey-0002QH-UK for emacs-orgmode@gnu.org; Tue, 30 Sep 2014 19:16:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZ6ex-0005Sc-S9 for emacs-orgmode@gnu.org; Tue, 30 Sep 2014 19:16:44 -0400 Received: from mail-oi0-x234.google.com ([2607:f8b0:4003:c06::234]:43693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZ6ex-0005SK-Kb for emacs-orgmode@gnu.org; Tue, 30 Sep 2014 19:16:43 -0400 Received: by mail-oi0-f52.google.com with SMTP id a3so2928555oib.25 for ; Tue, 30 Sep 2014 16:16:42 -0700 (PDT) In-Reply-To: <8738b8j4xe.fsf@alphaville.bos.redhat.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nick Dokos Cc: "emacs-orgmode@gnu.org" On Tue, Sep 30, 2014 at 2:15 PM, Nick Dokos wrote: > Eric Brown writes: > >> 2) Grant, I tried your code, but there seem to be some missing headers. >> Do you have a complete minimal example that exhibits the behavior that >> you have demonstrated? > > Add :noweb yes. Also Grant seems to have gone non-standard and replaced > the <> markup with guillemots. Using the default markers, > it should read: Yikes what a week sorry about that here is what you would need I shall be defining a function to provide all such details in the future and thanks Nick for addressing: =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80 =E2=94=82 (setq org-babel-noweb-wrap-start "=C2=AB") =E2=94=82 (setq org-babel-noweb-wrap-end "=C2=BB") =E2=95=B0=E2=94=80=E2=94=80=E2=94=80=E2=94=80