* org and calc-embedded
@ 2006-06-30 3:01 Leon
0 siblings, 0 replies; only message in thread
From: Leon @ 2006-06-30 3:01 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-06-30 3:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-30 3:01 org and calc-embedded Leon
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).