From mboxrd@z Thu Jan 1 00:00:00 1970 From: garjola@garjola.net Subject: Disable typo-mode in org source code blocks Date: Mon, 02 Sep 2019 09:01:29 +0200 Message-ID: <87mufni3li.fsf@pc-117-162.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54398) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i4gLQ-0007ce-W3 for emacs-orgmode@gnu.org; Mon, 02 Sep 2019 03:01:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i4gLP-0004BC-Ka for emacs-orgmode@gnu.org; Mon, 02 Sep 2019 03:01:44 -0400 Received: from 5.mo68.mail-out.ovh.net ([46.105.62.179]:46725) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i4gLP-00045j-FD for emacs-orgmode@gnu.org; Mon, 02 Sep 2019 03:01:43 -0400 Received: from player791.ha.ovh.net (unknown [10.108.54.141]) by mo68.mail-out.ovh.net (Postfix) with ESMTP id 153FC1417E1 for ; Mon, 2 Sep 2019 09:01:33 +0200 (CEST) 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" To: "emacs-orgmode@gnu.org" Hi, I am using typo-mode (https://github.com/jorgenschaefer/typoel) in my org buffers (actually with a hook for text-mode), but I would like to disable it in source code blocks. I have been unable to find a hook to do so (I understand that org-src-mode-hook is used when editing with =E2=80=98C-c '=E2=80=99 but not= in the org buffer). Can you help me with this? Thanks. G. --=20