From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: Wrong type argument: characterp, 134217782 (??) Date: Mon, 25 Jan 2016 16:03:35 -0800 Message-ID: References: <633456309.3740561453754467589.JavaMail.httpd@webmail-19.iol.local> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNr6k-0006fB-C5 for emacs-orgmode@gnu.org; Mon, 25 Jan 2016 19:03:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aNr6h-0007k8-4k for emacs-orgmode@gnu.org; Mon, 25 Jan 2016 19:03:42 -0500 Received: from iport-bcv2-out.ucsd.edu ([132.239.0.73]:27597) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNr6g-0007k4-Rs for emacs-orgmode@gnu.org; Mon, 25 Jan 2016 19:03:39 -0500 In-Reply-To: <633456309.3740561453754467589.JavaMail.httpd@webmail-19.iol.local> 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: "vendo.libri@libero.it" Cc: emacs-orgmode@gnu.org On Mon, 25 Jan 2016, vendo.libri@libero.it wrote: > Chuck, > Thank you for addressing my issue with backquote and CDLaTeX. > [snip] > However I was wondering if there's a way to remap backquote so that the minor > mode CDLatex doesn't override Org-mode's keymap, specifically its mapping of > the backquote character. > There is. But I would not go there. If you need to enter a back tic escape it with "C-q `" See C-h f quoted-insert RET Chuck