From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 4DVsFJWxvl/YbgAA0tVLHw (envelope-from ) for ; Wed, 25 Nov 2020 19:33:41 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id sLdGEJWxvl9ldgAAbx9fmQ (envelope-from ) for ; Wed, 25 Nov 2020 19:33:41 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 7F36F940485 for ; Wed, 25 Nov 2020 19:33:40 +0000 (UTC) Received: from localhost ([::1]:48302 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ki0Xr-0002cr-9e for larch@yhetil.org; Wed, 25 Nov 2020 14:33:39 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:51836) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ki0X1-0002cF-QA for emacs-orgmode@gnu.org; Wed, 25 Nov 2020 14:32:49 -0500 Received: from smtpgate.hq.eso.org ([134.171.42.201]:55468 helo=hqmgw1.hq.eso.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ki0Wy-0005xt-Oz for emacs-orgmode@gnu.org; Wed, 25 Nov 2020 14:32:47 -0500 X-IronPort-AV: E=Sophos;i="5.78,370,1599516000"; d="scan'208";a="60094292" Received: from mxroute01.hq.eso.org ([134.171.15.33]) by hqmgw1.hq.eso.org with ESMTP; 25 Nov 2020 20:32:38 +0100 Received: from mxadauth01.hq.eso.org (mxadauth01.hq.eso.org [134.171.42.78]) by mxroute01.hq.eso.org (Postfix) with ESMTP id 153B3120004 for ; Wed, 25 Nov 2020 20:32:38 +0100 (CET) Received: from orion (hq-000-kemp01.hq.eso.org [134.171.42.9]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: eherenz) by mxadauth01.hq.eso.org (Postfix) with ESMTPSA id 2896B100D53 for ; Wed, 25 Nov 2020 20:32:36 +0100 (CET) Date: Wed, 25 Nov 2020 16:32:28 -0300 From: Edmund Christian Herenz To: emacs-orgmode@gnu.org Subject: Bug: Font highlighting with in-line latex math broken [9.4 (9.4-dist)] Message-ID: <20201125193228.tfhpskbbzfibsu3g@orion> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20180716 Received-SPF: pass client-ip=134.171.42.201; envelope-from=eherenz@eso.org; helo=hqmgw1.hq.eso.org X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=eso.org (policy=none); spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -0.41 X-TUID: 0TPg9XdqbnyI Hi, In AucTeX inserting $1\times10^{-18}$erg\,s\,cm$^{-2}$ Will correctly highlight $1\times10^{-18}$ and $^{-2}$ as math. However, in org mode I get erg\,s\,cm highlighted. This is only cosmetical, but a bit annoying. With best regards, Christian Herenz