emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Logical not in org-entities.el


From: Florian Beck
Subject: Re: [O] Logical not in org-entities.el
Date: Sat, 05 Jan 2013 23:08:58 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0


org-entities contains the line:

("not" "\\textlnot{}" nil "¬" "[angled dash]" "¬" "¬")

This should be

("neg" "\\neg" t "¬" "[angled dash]" "¬" "¬")

The first line fails in math mode (i.e. "\not" is not replaced at all
and negates/slashes the next symbol); the second works in either case.

OK, so org doesn't touch anything inside a math environment at all. Which makes sense in a way. The confusion arises with org-pretty-entities because what you see is definitely not what you get.



reply via email to

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