From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Error Embedding SQL Source from code block into R Source of Another (noweb) Date: Tue, 30 Sep 2014 22:23:31 -0400 Message-ID: <87iok4il3w.fsf@pierrot.dokosmarshall.org> 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: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52254) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZ9a6-0005XX-7F for emacs-orgmode@gnu.org; Tue, 30 Sep 2014 22:23:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZ9Zy-0007a1-D3 for emacs-orgmode@gnu.org; Tue, 30 Sep 2014 22:23:54 -0400 Received: from plane.gmane.org ([80.91.229.3]:48125) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZ9Zy-0007Zh-6n for emacs-orgmode@gnu.org; Tue, 30 Sep 2014 22:23:46 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XZ9Zw-0001ds-Lc for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 04:23:44 +0200 Received: from pool-108-20-41-17.bstnma.fios.verizon.net ([108.20.41.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Oct 2014 04:23:44 +0200 Received: from ndokos by pool-108-20-41-17.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Oct 2014 04:23:44 +0200 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: emacs-orgmode@gnu.org Grant Rettke writes: > 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, That should be "guillemets". >> 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: > > ╭──── > │ (setq org-babel-noweb-wrap-start "«") > │ (setq org-babel-noweb-wrap-end "»") > ╰──── > > And an OT question: Since on my keyboard I can type << much more easily than I can type « I was wondering: does your keyboard provide an easy way to type a guillemet? Is that why you changed it? Or is it purely aesthetics? -- Nick