emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-cdlatex is driving me nuts


From: Carsten Dominik
Subject: Re: [O] org-cdlatex is driving me nuts
Date: Thu, 22 Jun 2017 08:35:43 -0400


On Thu, Jun 22, 2017 at 8:07 AM, Rasmus <address@hidden> wrote:
Guy Mayraz <address@hidden> 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 this,

(with-eval-after-load 'org
  (define-key org-cdlatex-mode-map "`" nil)
  (org-defkey org-cdlatex-mode-map "¨" '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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]