From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Logical not in org-entities.el Date: Sun, 06 Jan 2013 12:39:42 +0100 Message-ID: <87a9smh6tt.fsf@bzg.ath.cx> References: <50E896F8.9050309@miszellen.de> <50E8A47A.10707@miszellen.de> <871udyzvkx.fsf@bzg.ath.cx> <50E954A6.5040802@miszellen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50631) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Trogu-0001xE-EE for emacs-orgmode@gnu.org; Sun, 06 Jan 2013 06:47:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Trogt-00065r-Ae for emacs-orgmode@gnu.org; Sun, 06 Jan 2013 06:47:00 -0500 Received: from mail-we0-f178.google.com ([74.125.82.178]:41233) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Trogt-00065e-4T for emacs-orgmode@gnu.org; Sun, 06 Jan 2013 06:46:59 -0500 Received: by mail-we0-f178.google.com with SMTP id x43so8710415wey.23 for ; Sun, 06 Jan 2013 03:46:57 -0800 (PST) In-Reply-To: <50E954A6.5040802@miszellen.de> (Florian Beck's message of "Sun, 06 Jan 2013 11:40:38 +0100") 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: Florian Beck Cc: emacs-orgmode@gnu.org Hi Florian, Florian Beck writes: > With org-pretty-entities: > On display, org-entities handles all entities and displays them as unicode > characters, even inside math blocks. > On export, org-entities only handles entities outside math. Most of the > time it doesn't matter because the entity name is the same as the latex > command. But in case of "$\not a$" latex export and fontification differ: > the fontified buffer shows the angled dash (¬), the exported document shows > a slash through the next charaxter. In master, I added ("neg" "\\neg{}" nil "¬" "[angled dash]" "¬" "¬") in (defconst org-entities ...) so that you can now use it to produce \\neg{} where relevant. Thanks, -- Bastien