Re: [O] Japanese popularity of orgmode

2015-01-28 Thread heroxbd
Hey Tory, torys.ander...@gmail.com (Tory S. Anderson) writes: > There seems to be (and has been for a while) a growing Japanese > presence online with orgmode materials, documentation, addons, > etc. Most recenlty I found this blog: > http://paper.li/highfrontier/1300501273 . I had also noticed m

Re: [O] [PATCH] curly nested latex fragments

2014-06-30 Thread heroxbd
Hi Nicolas, Nicolas Goaziou writes: > hero...@gentoo.org writes: > >> Nicolas Goaziou writes: >> >>> I do not mind extending syntax for LaTeX macros a bit if it helps users, >>> but first, I would like a clear definition of what subset of macros >>> should be supported in Org. >>> >>> See, for

Re: [O] [PATCH] curly nested latex fragments

2014-06-29 Thread heroxbd
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > hero...@gentoo.org writes: > >> Nesting braces is already implemented in the classic org-latex.el[1], >> and is forward ported into org-element.el. > > Thanks for your patch. > > I think you are misunderstanding something. I didn't port this > lim

[O] [PATCH] curly nested latex fragments (was: superscript not available after non-alphanumeric)

2014-06-29 Thread heroxbd
Hello Nicolas, Nicolas Goaziou writes: > If you want to insert raw LaTeX in an Org buffer, then \ce{^{238}U} is > invalid because you cannot nest braces. You can write instead: > > @@latex:\ce{^{238}U}@@ > > or you can define a macro, e.g.,: > > #+MACRO: ce @@latex:\ce{$1}@@ > > and then use

[O] syntax specification (was Re: Bug: [regression] superscript not available after non-alphanumeric)

2014-06-27 Thread heroxbd
Hi Nicolas, Nicolas Goaziou writes: > If you want to insert raw LaTeX in an Org buffer, then \ce{^{238}U} is > invalid because you cannot nest braces. You can write instead: > > @@latex:\ce{^{238}U}@@ > > or you can define a macro, e.g.,: > > #+MACRO: ce @@latex:\ce{$1}@@ > > and then use >

[O] Bug: [regression] superscript not available after non-alphanumeric [8.2.7b (8.2.7b-dist @ /home/benda/gnto/usr/share/emacs/site-lisp/org-mode/)]

2014-06-27 Thread heroxbd
superscript after non-alphanumeric, primarily used for isotopes, is broken again[1, 2]. #+begin_org \ce{^{238}U}, ^2H #+end_org is exported as #+begin_latex \ce\{$^{\text{238}}$U\}, \^{}2H #+end_latex on org-mode 8.2.7b I've also tried 8.0.7, the bug persists. So I suppose the regression i