From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Inline LaTeX formulae Date: Thu, 07 May 2015 22:00:06 +0200 Message-ID: <87egmsi2ex.fsf@nicolasgoaziou.fr> References: <876186zsrc.fsf@posteo.de> <874mnqzp4t.fsf@posteo.de> <87wq0mc8bc.fsf@gmx.us> <87vbg5xx4z.fsf@posteo.de> <87bnhwq1ez.fsf@delle7240.chemeng.ucl.ac.uk> <87vbg4gtef.fsf@posteo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqRwU-0004BL-9r for emacs-orgmode@gnu.org; Thu, 07 May 2015 15:58:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqRwT-0006HJ-By for emacs-orgmode@gnu.org; Thu, 07 May 2015 15:58:46 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:58113) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqRwT-0006Gx-5j for emacs-orgmode@gnu.org; Thu, 07 May 2015 15:58:45 -0400 In-Reply-To: <87vbg4gtef.fsf@posteo.de> (Titus von der Malsburg's message of "Thu, 07 May 2015 11:00:08 -0700") 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: Titus von der Malsburg Cc: emacs-orgmode@gnu.org, Rasmus Hello, Titus von der Malsburg writes: > Rasmus=E2=80=99 proposal is simple and correctly implements what is speci= fied in > the manual. Below is a patch that implements this solution. Does > anyone see a concrete problem? If not, it should be merged. I do: you removed end of line matcher. Also, I do not see the point of matching "\s_". You also need to update `org-latex-regexps' accordingly. Thank you. Regards, --=20 Nicolas Goaziou