[O] mobile org org mode versions

2016-12-16 Thread Matthew Pritchard
what is the org- version necessary to use mobile org?

Re: [O] [PATCH] Fix clocktable scope parameter

2016-12-16 Thread Nicolas Goaziou
Eduardo Bellani writes: > The only problem I see with this is that it will be backwards > incompatible. > > Any thoughts on that? That's not a problem, as long as there is an entry about it in ORG-NEWS and that the behaviour is properly documented this time. Regards,

Re: [O] [PATCH] Fix clocktable scope parameter

2016-12-16 Thread Eduardo Bellani
Hello Nicolas Goaziou writes: > can also be written, if really needed, > > :scope (lambda () (foo bar baz)) > > I'd favor clarity here and suggest to accept a function of no argument. The only problem I see with this is that it will be backwards incompatible. Any thoughts on that? signature

Re: [O] Bug: Regexp matcher stack overflow in org-indent initialization [8.2.10 (release_8.2.10 @ /usr/share/emacs/25.1/lisp/org/)]

2016-12-16 Thread Nicolas Goaziou
Hello, Vasilij Schneidermann writes: > I've got a "Stack overflow in regexp matcher" error on startup as I've > made an Org file my initial buffer. It took me days to reproduce this > error (by putting `(setq debug-on-error t)` into my init file and > forgetting about the bug until the error re

Re: [O] [PATCH] Fix clocktable scope parameter

2016-12-16 Thread Nicolas Goaziou
Hello, Eduardo Bellani writes: > The old behavior was an eval on a form if that form was not a list of > strings. The implicit expectation was for a list of strings to be > returned by that eval call. > > The above seems to be a raw attempt to evaluate a function form. In that > case, it seems m

Re: [O] transcluding some org-elements in multiple places

2016-12-16 Thread Matt Price
On Thu, Dec 15, 2016 at 7:26 PM, Matt Price wrote: > Replying only to say that I think both the name and the idea are brilliant. > > In fact am in the middle of a very hectic time trying to write stuff up and if I had transclusion available right now it would be BRILLIANT. Instead resorting to Sl

[O] [PATCH] Adds function form evaluation parameter for the clocktable scope

2016-12-16 Thread Eduardo Bellani
org-clock.el: Adds function form evaluation parameter for the clocktable scope * lisp/org-clock.el (org-dblock-write:clocktable): Make sure to evaluate the function form passed as the scope for the clocktable. * doc/org.texi: Document the feature of using a function form as the scope for the

Re: [O] [PATCH] allow klipse export in html

2016-12-16 Thread Matt Price
On Fri, Dec 16, 2016 at 12:34 AM, Yehonathan Sharvit wrote: > > > On Thu, Dec 15, 2016 at 5:35 PM, Bastien Guerry wrote: > >> Hi Matt, >> >> thanks for the new patch! >> >> Before applying it (and working further on it), I suggest we wait for >> Yehonathan's feedback on making klipse.js librejs-

[O] Bug: Regexp matcher stack overflow in org-indent initialization [8.2.10 (release_8.2.10 @ /usr/share/emacs/25.1/lisp/org/)]

2016-12-16 Thread Vasilij Schneidermann
I've got a "Stack overflow in regexp matcher" error on startup as I've made an Org file my initial buffer. It took me days to reproduce this error (by putting `(setq debug-on-error t)` into my init file and forgetting about the bug until the error resurfaced), but I've finally managed to catch its

Re: [O] [PATCH] allow klipse export in html

2016-12-16 Thread Bastien
Hi Yehonathan, Yehonathan Sharvit writes: > ​I've added license info to make klipse.js librejs-compatible: both > mininified and non minified versions. > > What else do you need from me? Nothing really, we can move forward on our side. Thanks a lot for your swift action on this! -- Bastien