From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Beck Subject: Re: Logical not in org-entities.el Date: Sun, 06 Jan 2013 11:40:38 +0100 Message-ID: <50E954A6.5040802@miszellen.de> References: <50E896F8.9050309@miszellen.de> <50E8A47A.10707@miszellen.de> <871udyzvkx.fsf@bzg.ath.cx> 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]:44299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Trnes-00061W-S6 for emacs-orgmode@gnu.org; Sun, 06 Jan 2013 05:40:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Trneo-0007Wp-6y for emacs-orgmode@gnu.org; Sun, 06 Jan 2013 05:40:50 -0500 Received: from mo6-p00-ob.rzone.de ([2a01:238:20a:202:5300::1]:41217) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Trnen-0007VX-UT for emacs-orgmode@gnu.org; Sun, 06 Jan 2013 05:40:46 -0500 In-Reply-To: <871udyzvkx.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org On 01/06/2013 07:14 AM, Bastien wrote: > Hi Florian, > > Florian Beck writes: > >> The confusion arises with org-pretty-entities because >> what you see is definitely not what you get. > > Mhh... not sure what you mean: what do you see that you don't get? 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.