From: Rasmus <rasmus@gmx.us>
To: emacs-orgmode@gnu.org
Subject: Re: org-cdlatex is driving me nuts
Date: Thu, 22 Jun 2017 14:07:56 +0200 [thread overview]
Message-ID: <877f04tecj.fsf@gmx.us> (raw)
In-Reply-To: CAG_ZArfeiCdQVyNOLkOtWrimza_arJjA1jVYw7ztx41GO9Ch4g@mail.gmail.com
Guy Mayraz <guy.mayraz@unimelb.edu.au> 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))
Rasmus
--
And I faced endless streams of vendor-approved Ikea furniture. . .
next prev parent reply other threads:[~2017-06-22 12:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-22 6:56 org-cdlatex is driving me nuts Guy Mayraz
2017-06-22 7:09 ` Nicolas Goaziou
[not found] ` <6ebbab1b6ff24e3c9141d92c31817f42@SYXPR01MB1022.ausprd01.prod.outlook.com>
2017-06-22 8:30 ` Guy Mayraz
2017-06-22 12:07 ` Rasmus [this message]
2017-06-22 12:35 ` Carsten Dominik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877f04tecj.fsf@gmx.us \
--to=rasmus@gmx.us \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.