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: Wed, 1 Oct 2014 12:23:00 -0500 Message-ID: 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: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZNcG-0002pB-1n for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 13:23:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZNcE-0000zn-TH for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 13:23:03 -0400 Received: from mail-oi0-x235.google.com ([2607:f8b0:4003:c06::235]:48390) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZNcE-0000zY-Ln for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 13:23:02 -0400 Received: by mail-oi0-f53.google.com with SMTP id v63so601565oia.40 for ; Wed, 01 Oct 2014 10:23:00 -0700 (PDT) In-Reply-To: <87iok4il3w.fsf@pierrot.dokosmarshall.org> 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 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: >> >> =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 >> >> > > And an OT question: > > Since on my keyboard I can type << much more easily than I can type =C2= =AB 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: =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80 =E2=94=82 (key-chord-define-global "<<" (lambda () (interactive) (insert "= =C2=AB"))) =E2=94=82 (key-chord-define-global ">>" (lambda () (interactive) (insert "= =C2=BB"))) =E2=95=B0=E2=94=80=E2=94=80=E2=94=80=E2=94=80 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