emacs-orgmode
[Top][All Lists]
Advanced

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

[Emacs-orgmode] org and calc-embedded


From: Leon
Subject: [Emacs-orgmode] org and calc-embedded
Date: Fri, 30 Jun 2006 04:01:47 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux)

Dear Carsten,

I found that org-mode doesn't play well with calc-embedded mode.

For example,

Suppose we have the following formula in org file:

$ ln(ln(x)) $

Now move the cursor to the formula and type 'C-x * e' (activate calc-embedded mode). An error occurs: ,---- | Debugger entered--Lisp error: (error "$'s not allowed in this context") | signal(error ("$'s not allowed in this context")) | error("$'s not allowed in this context") | calc-do-embedded(nil nil nil nil) | calc-embedded(nil) | call-interactively(calc-embedded) | calc-do-dispatch(nil) | calc-dispatch(nil) | call-interactively(calc-dispatch) `---- If us \( \) there is not error, but the outcome is still not right.
Same formula in LaTeX-mode:

$ ln(ln(x)) $ => $ \ln\left( \ln{x} \right) $ => $ \frac{1}{\ln{x} x} $
             (i)                               (ii)
Type:
   (i)  C-x * e
   (ii) adx RET

To exit embedded mode: C-x * e

NB:
This is tested in calc 2.1 in emacs 23. In calc 2.02 'C-x *' is replaced with 'M-#'.

Thanks for your time.
--
Leon





reply via email to

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