emacs-orgmode
[Top][All Lists]
Advanced

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

[O] CDLaTeX in Org document


From: Vladimir Lomov
Subject: [O] CDLaTeX in Org document
Date: Sat, 26 Oct 2013 15:47:58 +0900
User-agent: Mutt/1.5.22 (2013-10-16)

Hello,
I'm using CDLaTeX with Org documents and with LaTeX ones (AUCTeX major
mode). I configured cdlatex to insert closing brackets and dollar (
'$({[' ) and this works fine in AUCTeX major mode. Is it possible to use
similar feature in combination Org+cdlatex?

I tested with following settings
------------------------ 8< ------------------------
(add-to-list 'load-path "/usr/share/emacs/site-lisp/org")
(add-to-list 'load-path "/usr/share/emacs/site-lisp/auctex")
(setq cdlatex-simplify-sub-super-scripts nil)
(setq cdlatex-paired-parens "$([{")
(require 'org)
(add-hook 'org-mode-hook 'turn-on-org-cdlatex)
(setq org-use-sub-superscripts '{})
------------------------ 8< ------------------------

And it didn't work.

---
WBR, Vladimir Lomov

-- 

There's no heavier burden than a great potential.



reply via email to

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