Re: [O] font-lock fails with \to in a macro

2016-04-06 Thread Eric S Fraga
On Wednesday, 6 Apr 2016 at 14:46, Nicolas Goaziou wrote: > FWIW, I cannot reproduce it. Ignore. Probably due to the same issue discussed elsewhere: my modification of org-emphasis-alist... thanks! -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.92.1, Org release_8.3.4-705-g716e33

Re: [O] font-lock fails with \to in a macro

2016-04-06 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > I have the following macro to aid in presenting calculations in > solutions to coursework questions etc. for my teaching: > > #+macro: calculate src_calc[:exports code]{$1} = @@latex:\fbox{@@ > src_emacs-lisp{(setq var-$2 (string-to-number (calc-eval "evalv($1)")))

[O] font-lock fails with \to in a macro

2016-04-06 Thread Eric S Fraga
Hello, I have the following macro to aid in presenting calculations in solutions to coursework questions etc. for my teaching: #+macro: calculate src_calc[:exports code]{$1} = @@latex:\fbox{@@ src_emacs-lisp{(setq var-$2 (string-to-number (calc-eval "evalv($1)")))} \to $2 @@latex:}\\@@ The "\t