emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Logical not in org-entities.el


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

Hi!

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.



reply via email to

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