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: Wed, 01 Oct 2014 13:43:05 -0400 Message-ID: <87y4szheja.fsf@alphaville.bos.redhat.com> References: <87lhp2x7p9.fsf@air.ben-zion.org> <87mw9hqiv1.fsf@air.ben-zion.org> <8738b8j4xe.fsf@alphaville.bos.redhat.com> <87iok4il3w.fsf@pierrot.dokosmarshall.org> 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]:45369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZNvx-0000Ln-3x for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 13:43:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZNvr-0008Lv-Nm for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 13:43:25 -0400 Received: from plane.gmane.org ([80.91.229.3]:39426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZNvr-0008Lp-Hh for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 13:43:19 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XZNvq-0003VD-Bs for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 19:43:18 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Oct 2014 19:43:18 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Oct 2014 19:43:18 +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 9:23 PM, Nick Dokos wrote: >>> Grant Rettke writes: >>> 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 « > > Totally agreed, I'm using a US QWERTY keyboard. > >> I was wondering: does your keyboard provide an easy way to type a >> guillemet? > > No but I use the [key-chord] package to do so like this: > > ╭──── > │ (key-chord-define-global "<<" (lambda () (interactive) (insert "«"))) > │ (key-chord-define-global ">>" (lambda () (interactive) (insert "»"))) > ╰──── > > It is the same amount of typing but you get the desired character. > >> Is that why you changed it? Or is it purely aesthetics? > > Aesthetic personal preferences. After the fact, this preference has > proven to be valuable for non-org-users, though. > > When I use `org' at work and show literate documents to non-users, the > guillemet makes it crystal clear that the text is somehow special, and > not just "something enclosed by two less-than and greater-than > symbols". Not totally sure why people react this way, but they do. > > > [key-chord] > https://github.com/emacsmirror/key-chord/blob/master/key-chord.el Ok - thanks! -- Nick