From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Beck Subject: Logical not in org-entities.el Date: Sat, 05 Jan 2013 22:11:20 +0100 Message-ID: <50E896F8.9050309@miszellen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Trb1f-0006c6-Kv for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 16:11:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Trb1d-0002FV-DX for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 16:11:31 -0500 Received: from mo6-p04-ob.rzone.de ([2a01:238:20a:202:5304::1]:60357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Trb1d-0002FJ-6V for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 16:11:29 -0500 Received: from [10.142.45.17] ([89.204.137.17]) by smtp.strato.de (jored mo48) (RZmta 31.11 SBL|AUTH) with ESMTPA id R07a50p05JrfR3 for ; Sat, 5 Jan 2013 22:11:23 +0100 (CET) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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.