I've isolated it by running clean emacs (emacs -q) with this setup:
(setq org-entities-user ; name latex math-p html ascii latin1 utf8
'(("ok" nil nil "<font color='green'>✔</font>" "OK" "OK" "✔")
("nok" nil nil "<font color='red'>✘</font>" "NOK" "NOK" "✘"))
org-pretty-entities t)
And this small org file:
#+STARTUP: showall indent
* Deployment Options
- \ok Deploy on
Observations:
- The crash DOES NOT happen with "noident"
- Moving up from the mark, I get this in *Messages*
line-move-visual: Args out of range: 3, 3
(the number varies according to where the line is)
- it doesn't matter whether visual-line-mode is on or off
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode