* [BUG] superscripts exported as subscripts by ox-ascii
@ 2014-05-08 11:51 Suvayu Ali
2014-05-09 3:55 ` Nick Dokos
0 siblings, 1 reply; 6+ messages in thread
From: Suvayu Ali @ 2014-05-08 11:51 UTC (permalink / raw)
To: Emacs Org mode
Hi,
When exporting the following snippets, superscripts are exported as
subscripts by the ascii exporter.
Org src:
- B⁺ → D(K_{s}ππ)K⁺, B → D(K_{s}KK)K⁺,
- CPV in B^{±} → D(K_{s}K^{±}π^{∓})K^{±}, and B^{±} →
D(K_{s}K^{∓}π^{±})K^{±},
Exported text:
• B⁺ → D(K_{s}ππ)K⁺, B → D(K_{s}KK)K⁺,
• CPV in B_{±} → D(K_{s}K_{±}π_{∓})K_{±}, and B_{±} →
D(K_{s}K_{∓}π_{±})K_{±},
Unfortunately I noticed this after I sent the exported text to a bunch
of my collaborators! Thankfully we work for the same institute :).
Cheers,
--
Suvayu
Open source is the future. It sets us free.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [BUG] superscripts exported as subscripts by ox-ascii
2014-05-08 11:51 [BUG] superscripts exported as subscripts by ox-ascii Suvayu Ali
@ 2014-05-09 3:55 ` Nick Dokos
2014-05-09 6:43 ` Achim Gratz
0 siblings, 1 reply; 6+ messages in thread
From: Nick Dokos @ 2014-05-09 3:55 UTC (permalink / raw)
To: emacs-orgmode
Suvayu Ali <fatkasuvayu+linux@gmail.com> writes:
> Hi,
>
> When exporting the following snippets, superscripts are exported as
> subscripts by the ascii exporter.
>
> Org src:
>
> - B⁺ → D(K_{s}ππ)K⁺, B → D(K_{s}KK)K⁺,
> - CPV in B^{±} → D(K_{s}K^{±}π^{∓})K^{±}, and B^{±} →
> D(K_{s}K^{∓}π^{±})K^{±},
>
> Exported text:
>
> • B⁺ → D(K_{s}ππ)K⁺, B → D(K_{s}KK)K⁺,
> • CPV in B_{±} → D(K_{s}K_{±}π_{∓})K_{±}, and B_{±} →
> D(K_{s}K_{∓}π_{±})K_{±},
>
> Unfortunately I noticed this after I sent the exported text to a bunch
> of my collaborators! Thankfully we work for the same institute :).
>
I pushed the obvious fix for this to master.
--
Nick
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [BUG] superscripts exported as subscripts by ox-ascii
2014-05-09 3:55 ` Nick Dokos
@ 2014-05-09 6:43 ` Achim Gratz
2014-05-09 11:03 ` Suvayu Ali
2014-05-09 11:56 ` Nick Dokos
0 siblings, 2 replies; 6+ messages in thread
From: Achim Gratz @ 2014-05-09 6:43 UTC (permalink / raw)
To: emacs-orgmode
Nick Dokos <ndokos <at> gmail.com> writes:
>
> I pushed the obvious fix for this to master.
>
As a bugfix, this should have gone to maint and then merged into master.
Now you'll need to cherry-pick it onto maint and get a duplicate commit.
Regards,
Achim.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [BUG] superscripts exported as subscripts by ox-ascii
2014-05-09 6:43 ` Achim Gratz
@ 2014-05-09 11:03 ` Suvayu Ali
2014-05-09 11:56 ` Nick Dokos
1 sibling, 0 replies; 6+ messages in thread
From: Suvayu Ali @ 2014-05-09 11:03 UTC (permalink / raw)
To: emacs-orgmode
On Fri, May 09, 2014 at 06:43:31AM +0000, Achim Gratz wrote:
> Nick Dokos <ndokos <at> gmail.com> writes:
> >
> > I pushed the obvious fix for this to master.
> >
>
> As a bugfix, this should have gone to maint and then merged into master.
> Now you'll need to cherry-pick it onto maint and get a duplicate commit.
I can confirm the problem is fixed. Yesterday was a busy day, otherwise
I could have tried it myself. Next time ;).
Thanks,
--
Suvayu
Open source is the future. It sets us free.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [BUG] superscripts exported as subscripts by ox-ascii
2014-05-09 6:43 ` Achim Gratz
2014-05-09 11:03 ` Suvayu Ali
@ 2014-05-09 11:56 ` Nick Dokos
2014-05-09 12:46 ` Bastien
1 sibling, 1 reply; 6+ messages in thread
From: Nick Dokos @ 2014-05-09 11:56 UTC (permalink / raw)
To: emacs-orgmode
Achim Gratz <Stromeko@NexGo.DE> writes:
> Nick Dokos <ndokos <at> gmail.com> writes:
>>
>> I pushed the obvious fix for this to master.
>>
>
> As a bugfix, this should have gone to maint and then merged into master.
> Now you'll need to cherry-pick it onto maint and get a duplicate commit.
>
Done. Thanks!
--
Nick
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [BUG] superscripts exported as subscripts by ox-ascii
2014-05-09 11:56 ` Nick Dokos
@ 2014-05-09 12:46 ` Bastien
0 siblings, 0 replies; 6+ messages in thread
From: Bastien @ 2014-05-09 12:46 UTC (permalink / raw)
To: Nick Dokos; +Cc: emacs-orgmode
Nick Dokos <ndokos@gmail.com> writes:
> Done. Thanks!
Thanks for fixing this,
--
Bastien
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-05-09 12:46 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-08 11:51 [BUG] superscripts exported as subscripts by ox-ascii Suvayu Ali
2014-05-09 3:55 ` Nick Dokos
2014-05-09 6:43 ` Achim Gratz
2014-05-09 11:03 ` Suvayu Ali
2014-05-09 11:56 ` Nick Dokos
2014-05-09 12:46 ` Bastien
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).