From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mehul Sanghvi Subject: Re: Org markup bug ? Date: Fri, 6 Nov 2015 22:53:46 -0500 Message-ID: References: <87pozvqtm9.fsf@nicolasgoaziou.fr> <87k2q382ed.fsf@pierrot.dokosmarshall.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11355ea093c75f0523eb4e9c Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuuZY-0006Fp-FD for emacs-orgmode@gnu.org; Fri, 06 Nov 2015 22:53:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZuuZX-0006fL-1R for emacs-orgmode@gnu.org; Fri, 06 Nov 2015 22:53:48 -0500 Received: from mail-qg0-x22a.google.com ([2607:f8b0:400d:c04::22a]:33553) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuuZW-0006fG-Rg for emacs-orgmode@gnu.org; Fri, 06 Nov 2015 22:53:46 -0500 Received: by qgea14 with SMTP id a14so24717545qge.0 for ; Fri, 06 Nov 2015 19:53:46 -0800 (PST) In-Reply-To: <87k2q382ed.fsf@pierrot.dokosmarshall.org> 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: Nick Dokos Cc: ML Emacs-orgmode --001a11355ea093c75f0523eb4e9c Content-Type: text/plain; charset=UTF-8 Yes, looks like that is the fix. Thanks for looking it. cheers, mehul On Sat, Oct 31, 2015 at 11:48 AM, Nick Dokos wrote: > Mehul Sanghvi writes: > > > Nicolas, > > > > Thanks for pointing out that the latest version works. I updated > org-mode and it seems to be working now. > > I wonder what changed to cause it to work. > > > > My guess would be > > commit b4af3f0852e9705ddbac66d78cd8a508c547be85 > Author: Nicolas Goaziou > Date: Sun Oct 25 19:20:25 2015 +0100 > > Allow more characters in emphasis > > * lisp/org.el (org-emphasis-regexp-components): Allow singe quote, > double quote and comma as the last character in an emphasis string. > > Reported-by: Marcin Borkowski > > > > > On Sat, Oct 31, 2015 at 10:57 AM, Mehul Sanghvi > wrote: > > > > I am currently using: > > > > Org-mode version 8.3.2 (release_8.3.2-195-gbf9146 > > > > I will try updating and seeing what happens. > > > > On Sat, Oct 31, 2015 at 5:23 AM, Nicolas Goaziou < > mail@nicolasgoaziou.fr> wrote: > > > > Hello, > > > > Mehul Sanghvi writes: > > > > > I have the following written in an org file: > > > > > > The =\,= allows you to put a Lisp expression there and > the =#= is > > > the /replace-count/. Read /*replace-regexp*/ for more > information. > > > > > > When I render this in HTML I get the following: > > > > > > The \,= allows you to put a Lisp expression there and > the =# is the > > > *replace-count*. Read *replace-regexp* for more information. > > > > > > Is this a bug with the parser or am I doing something wrong ? > > > > FWIW, I cannot reproduce it in development version. You may want > to > > update Org. > > > > -- > Nick > > > -- Mehul N. Sanghvi email: mehul.sanghvi@gmail.com --001a11355ea093c75f0523eb4e9c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Yes, looks like that is the fix.

Thanks= for looking it.


cheers,
=
=C2=A0 =C2=A0 =C2=A0 mehul


On Sat, Oct 31, 2015 at = 11:48 AM, Nick Dokos <ndokos@gmail.com> wrote:
Mehul Sanghvi <mehul.sanghvi@gmail.com> writes:

> Nicolas,
>
> =C2=A0 =C2=A0 =C2=A0 Thanks for pointing out that the latest version w= orks. I updated org-mode and it seems to be working now.
> I wonder what changed to cause it to work.
>

My guess would be

commit b4af3f0852e9705ddbac66d78cd8a508c547be85
Author: Nicolas Goaziou <mail@= nicolasgoaziou.fr>
Date:=C2=A0 =C2=A0Sun Oct 25 19:20:25 2015 +0100

=C2=A0 =C2=A0 Allow more characters in emphasis

=C2=A0 =C2=A0 * lisp/org.el (org-emphasis-regexp-components): Allow singe q= uote,
=C2=A0 =C2=A0 =C2=A0 double quote and comma as the last character in an emp= hasis string.

=C2=A0 =C2=A0 Reported-by: Marcin Borkowski <mbork@mbork.pl>
=C2=A0 =C2=A0 <http://permalink.gmane.org/gm= ane.emacs.orgmode/102191>


> On Sat, Oct 31, 2015 at 10:57 AM, Mehul Sanghvi <mehul.sanghvi@gmail.com> wrote:
>
>=C2=A0 =C2=A0 =C2=A0I am currently using:
>
>=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0Org-mode version 8.3.2 (release_8.3.2-= 195-gbf9146
>
>=C2=A0 =C2=A0 =C2=A0I will try updating and seeing what happens.
>
>=C2=A0 =C2=A0 =C2=A0On Sat, Oct 31, 2015 at 5:23 AM, Nicolas Goaziou &l= t;mail@nicolasgoaziou.fr> = wrote:
>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Hello,
>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Mehul Sanghvi <mehul.sanghvi@gmail.com> writes:
>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0> I have the following written in = an org file:
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0>=C2=A0 =C2=A0 =C2=A0 =C2=A0The = =3D\,=3D allows you to put a Lisp expression there and the =3D#=3D is
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0>=C2=A0 =C2=A0 =C2=A0 =C2=A0 the /= replace-count/.=C2=A0 Read /*replace-regexp*/ for more information.
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0> When I render this in HTML I get= the following:
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0>=C2=A0 =C2=A0 =C2=A0 =C2=A0 The \= ,=3D allows you to put a Lisp expression there and the =3D# is the
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0> *replace-count*. Read *replace-r= egexp* for more information.
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0> Is this a bug with the parser or= am I doing something wrong ?
>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0FWIW, I cannot reproduce it in develo= pment version. You may want to
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0update Org.
>

--
Nick





--
Mehul N. Sanghvi
email: mehul.sanghvi@gmail.com
--001a11355ea093c75f0523eb4e9c--