From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-cdlatex is driving me nuts Date: Thu, 22 Jun 2017 08:35:43 -0400 Message-ID: References: <877f04tecj.fsf@gmx.us> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a113979e06e7d1205528bbacb" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dO1LE-0007r1-FN for emacs-orgmode@gnu.org; Thu, 22 Jun 2017 08:36:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dO1LD-0003rZ-J7 for emacs-orgmode@gnu.org; Thu, 22 Jun 2017 08:36:08 -0400 Received: from mail-io0-x22d.google.com ([2607:f8b0:4001:c06::22d]:36432) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dO1LD-0003r6-DV for emacs-orgmode@gnu.org; Thu, 22 Jun 2017 08:36:07 -0400 Received: by mail-io0-x22d.google.com with SMTP id e63so13296930iod.3 for ; Thu, 22 Jun 2017 05:36:05 -0700 (PDT) In-Reply-To: <877f04tecj.fsf@gmx.us> 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: Rasmus Cc: org-mode list --001a113979e06e7d1205528bbacb Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, Jun 22, 2017 at 8:07 AM, Rasmus wrote: > Guy Mayraz writes: > > > (ii) change the org-cdlatex math > > symbol to something totally obscure that wouldn't interfere with my > normal > > work? > > For what it is worth, option (ii) can be archived with something like thi= s, > > (with-eval-after-load 'org > (define-key org-cdlatex-mode-map "`" nil) > (org-defkey org-cdlatex-mode-map "=C2=A8" 'cdlatex-math-symbol) > (org-defkey org-cdlatex-mode-map "'" 'org-cdlatex-math-modify)) > > Yes. Or we could make Org use cdlatex-math-symbol-prefix and cdlatex-math-modify-prefix, if more people would like to use a different prefix. Carsten --001a113979e06e7d1205528bbacb Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

= On Thu, Jun 22, 2017 at 8:07 AM, Rasmus <rasmus@gmx.us> wrote:
= Guy Mayraz <guy.mayraz@unim= elb.edu.au> writes:

> (ii) change the org-cdlatex math
> symbol to something totally obscure that wouldn't interfere with m= y normal
> work?

For what it is worth, option (ii) can be archived with something lik= e this,

(with-eval-after-load 'org
=C2=A0 (define-key org-cdlatex-mode-map "`" nil)
=C2=A0 (org-defkey org-cdlatex-mode-map "=C2=A8" 'cdlatex-mat= h-symbol)
=C2=A0 (org-defkey org-cdlatex-mode-map "'" 'org-cdlatex-= math-modify))


Yes.=C2=A0 Or we could make Org use=C2=A0cdlat= ex-math-symbol-prefix and=C2=A0cdlatex-math-modify-prefix, if more people w= ould like to use a different prefix.

Carsten
=
--001a113979e06e7d1205528bbacb--