* Org markup bug ?
@ 2015-10-31 5:33 Mehul Sanghvi
2015-10-31 9:23 ` Nicolas Goaziou
0 siblings, 1 reply; 6+ messages in thread
From: Mehul Sanghvi @ 2015-10-31 5:33 UTC (permalink / raw)
To: ML Emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 519 bytes --]
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 ?
cheers,
mehul
--
Mehul N. Sanghvi
email: mehul.sanghvi@gmail.com
[-- Attachment #2: Type: text/html, Size: 899 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Org markup bug ?
2015-10-31 5:33 Org markup bug ? Mehul Sanghvi
@ 2015-10-31 9:23 ` Nicolas Goaziou
2015-10-31 14:57 ` Mehul Sanghvi
0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Goaziou @ 2015-10-31 9:23 UTC (permalink / raw)
To: Mehul Sanghvi; +Cc: ML Emacs-orgmode
Hello,
Mehul Sanghvi <mehul.sanghvi@gmail.com> 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.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Org markup bug ?
2015-10-31 9:23 ` Nicolas Goaziou
@ 2015-10-31 14:57 ` Mehul Sanghvi
2015-10-31 15:24 ` Mehul Sanghvi
0 siblings, 1 reply; 6+ messages in thread
From: Mehul Sanghvi @ 2015-10-31 14:57 UTC (permalink / raw)
To: Mehul Sanghvi, ML Emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 939 bytes --]
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 <mehul.sanghvi@gmail.com> 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.
>
> Regards,
>
> --
> Nicolas Goaziou
>
--
Mehul N. Sanghvi
email: mehul.sanghvi@gmail.com
[-- Attachment #2: Type: text/html, Size: 1739 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Org markup bug ?
2015-10-31 14:57 ` Mehul Sanghvi
@ 2015-10-31 15:24 ` Mehul Sanghvi
2015-10-31 15:48 ` Nick Dokos
0 siblings, 1 reply; 6+ messages in thread
From: Mehul Sanghvi @ 2015-10-31 15:24 UTC (permalink / raw)
To: Mehul Sanghvi, ML Emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1320 bytes --]
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.
cheers,
mehul
On Sat, Oct 31, 2015 at 10:57 AM, Mehul Sanghvi <mehul.sanghvi@gmail.com>
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 <mehul.sanghvi@gmail.com> 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.
>>
>> Regards,
>>
>> --
>> Nicolas Goaziou
>>
>
>
>
> --
> Mehul N. Sanghvi
> email: mehul.sanghvi@gmail.com
>
--
Mehul N. Sanghvi
email: mehul.sanghvi@gmail.com
[-- Attachment #2: Type: text/html, Size: 2655 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Org markup bug ?
2015-10-31 15:24 ` Mehul Sanghvi
@ 2015-10-31 15:48 ` Nick Dokos
2015-11-07 3:53 ` Mehul Sanghvi
0 siblings, 1 reply; 6+ messages in thread
From: Nick Dokos @ 2015-10-31 15:48 UTC (permalink / raw)
To: emacs-orgmode
Mehul Sanghvi <mehul.sanghvi@gmail.com> 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 <mail@nicolasgoaziou.fr>
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 <mbork@mbork.pl>
<http://permalink.gmane.org/gmane.emacs.orgmode/102191>
> On Sat, Oct 31, 2015 at 10:57 AM, Mehul Sanghvi <mehul.sanghvi@gmail.com> 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 <mehul.sanghvi@gmail.com> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Org markup bug ?
2015-10-31 15:48 ` Nick Dokos
@ 2015-11-07 3:53 ` Mehul Sanghvi
0 siblings, 0 replies; 6+ messages in thread
From: Mehul Sanghvi @ 2015-11-07 3:53 UTC (permalink / raw)
To: Nick Dokos; +Cc: ML Emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 2088 bytes --]
Yes, looks like that is the fix.
Thanks for looking it.
cheers,
mehul
On Sat, Oct 31, 2015 at 11:48 AM, Nick Dokos <ndokos@gmail.com> wrote:
> Mehul Sanghvi <mehul.sanghvi@gmail.com> 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 <mail@nicolasgoaziou.fr>
> 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 <mbork@mbork.pl>
> <http://permalink.gmane.org/gmane.emacs.orgmode/102191>
>
>
> > On Sat, Oct 31, 2015 at 10:57 AM, Mehul Sanghvi <mehul.sanghvi@gmail.com>
> 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 <mehul.sanghvi@gmail.com> 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
[-- Attachment #2: Type: text/html, Size: 3561 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-11-07 3:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-31 5:33 Org markup bug ? Mehul Sanghvi
2015-10-31 9:23 ` Nicolas Goaziou
2015-10-31 14:57 ` Mehul Sanghvi
2015-10-31 15:24 ` Mehul Sanghvi
2015-10-31 15:48 ` Nick Dokos
2015-11-07 3:53 ` Mehul Sanghvi
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).