Re: [O] "File mode specification error: (user-error Empty table - created default table)"

2019-03-22 Thread Nicolas Goaziou
Hello, William Denton writes: > I've updated Org from source a couple of times in the last couple of days and > this started happening: when I restart Emacs, I get an error saying "File > mode > specification error: (user-error Empty table - created default table)" and > this > happens:

Re: [O] Use CHTML mathjax backend by default

2019-03-22 Thread Carlos Pita
Also, they said there: > I think you'll find that CommonHTML is faster at rendering the math So: 1. Recommended for newer mathjax versions. 2. Fixed my problem with web fonts. 3. Faster. It seems like a Pareto improvement to me.

Re: [O] Use CHTML mathjax backend by default

2019-03-22 Thread Carlos Pita
TL;DR about the specific problem I was having with HTML-CSS: > both HTML-CSS and CommonHTML use web fonts. But CommonHTML doesn't try to > detect their presence, while HTML-CSS does, and it is that detection that is > probably going wrong for some reason (I did say it was fragile). HTML-CSS >

[O] Use CHTML mathjax backend by default

2019-03-22 Thread Carlos Pita
Hi all, I was having some problems with the mathjax HTML-CSS backend and I found out that the CHTML backend is currently the preferred one. See details at https://github.com/mathjax/MathJax/issues/2132 and http://docs.mathjax.org/en/latest/output.html. Changing the backend to CHTML fixed my

Re: [O] "File mode specification error: (user-error Empty table - created default table)"

2019-03-22 Thread John Kitchin
I saw something like this recently in a little different context. In the output of a babel block I saw the empty table get inserted around the results. It only happened in one file, and I didn't notice if there was a user-error. I can't reproduce it at the moment, and didn't spend any time

Re: [O] ivy-bibtex and orgmode inserts ebib: link

2019-03-22 Thread Eric S Fraga
On Friday, 22 Mar 2019 at 13:06, Joost Kremers wrote: > I'm pretty sure the regex is created automatically. I only needed to > do this: Yes, I was confused... -- Eric S Fraga via Emacs 27.0.50, Org release_9.2.2-324-gd58827

Re: [O] ivy-bibtex and orgmode inserts ebib: link

2019-03-22 Thread Eric S Fraga
On Friday, 22 Mar 2019 at 11:29, Eric S Fraga wrote: > I am going down a rabbit hole here... And came back out again. Ignore this whole thread of self-indulgent posts! ~org-link-set-parameters~ does the job for me after all. Problem was that the regex does get updated but doesn't affect any

Re: [O] ivy-bibtex and orgmode inserts ebib: link

2019-03-22 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > I am going down a rabbit hole here... > > Short question: how can I add a new link type to org? It used to be > that we would use ~org-add-link-type~ but this is > deprecated. Fine. The documentation points to > ~org-link-set-parameters~ instead but this can

Re: [O] ivy-bibtex and orgmode inserts ebib: link

2019-03-22 Thread Joost Kremers
On Fri, Mar 22 2019, Eric S Fraga wrote: I am going down a rabbit hole here... Short question: how can I add a new link type to org? It used to be that we would use ~org-add-link-type~ but this is deprecated. Fine. The documentation points to ~org-link-set-parameters~ instead but this

Re: [O] ivy-bibtex and orgmode inserts ebib: link

2019-03-22 Thread John Kitchin
I guess this http://kitchingroup.cheme.cmu.edu/blog/2016/11/04/New-link-features-in-org-9/ will show you most of what you need to make new links. org-link-set-parameters Also makes new links. On Fri, Mar 22, 2019 at 7:37 AM Eric S Fraga wrote: > I am going down a rabbit hole here... > > Short

Re: [O] [PATCH] org-collector.el: Add support for formulas appending

2019-03-22 Thread Nicolas Goaziou
Hello, Slava Barinov writes: > So these options have to be documented? I don't know, hence my question :) However, it is a good habit to document features, IMO. > I think there'll be more than one update then, for example :noquote and :scope > options were not documented as well. I've been

Re: [O] ivy-bibtex and orgmode inserts ebib: link

2019-03-22 Thread Eric S Fraga
I am going down a rabbit hole here... Short question: how can I add a new link type to org? It used to be that we would use ~org-add-link-type~ but this is deprecated. Fine. The documentation points to ~org-link-set-parameters~ instead but this can only set the parameters for known links.

Re: [O] ivy-bibtex and orgmode inserts ebib: link

2019-03-22 Thread Eric S Fraga
On Friday, 22 Mar 2019 at 10:39, Eric S Fraga wrote: > Hello, > > I have started using ivy-bibtex (wonderful package) but I have one > strange behaviour: when I ask it to insert a citation, it inserts > "ebib:". I have searched but cannot see anywhere where I can tell > ivy-bibtex to insert

[O] ivy-bibtex and orgmode inserts ebib: link

2019-03-22 Thread Eric S Fraga
Hello, I have started using ivy-bibtex (wonderful package) but I have one strange behaviour: when I ask it to insert a citation, it inserts "ebib:". I have searched but cannot see anywhere where I can tell ivy-bibtex to insert "cite:" instead. Does anybody have any pointers? Thanks,

Re: [O] [PATCH] org-collector.el: Add support for formulas appending

2019-03-22 Thread Slava Barinov
Hello, So these options have to be documented? I think there'll be more than one update then, for example :noquote and :scope options were not documented as well. I've been sure that it's okay to check source code and find all possible features. Anyway, where should documentation be added? I