Hi,
"Dwarshuis, Nathan J" writes:
> It has been a while but I renamed this library (now org-ml instead of
> om.el) and updated it to version 2.0.0 with new features and bug
> fixes.
Thanks for the update.
> I would like to add something on worg about it as previously discussed
> but I don't se
Hi Bastien,
It has been a while but I renamed this library (now org-ml instead of om.el)
and updated it to version 2.0.0 with new features and bug fixes.
I would like to add something on worg about it as previously discussed but I
don't see how to add myself as a user and upload my public key (
Hi Nate,
"Dwarshuis, Nathan J" writes:
> Thank you for the feedback. I don't mind writing something up
> myself. Under what section should this be submitted ("contributed
> packages" or "additions under development")?
I would say *both* to give it as much visibility as possible.
Also, beware t
Hi Bastien,
Thank you for the feedback. I don't mind writing something up myself. Under
what section should this be submitted ("contributed packages" or "additions
under development")?
Thank you,
Nate
From: Bastien
Sent: 2020-02-11T03:13:48-0500
To: Dwarshuis,
Hello Nathan,
this looks very interesting and promising, thanks for this work.
I hope you can work with Nicolas to spot possible enhancements to
your own library or to org-element.el, if that's relevant.
I will reference om.el (or org-ml.el?) on Worg, but if you want
to do it yourself, please go
Nicolas Goaziou writes:
> Note that, at some point, Org will support "seq.el", i.e., when we
> drop support for Emacs 24.
Just a small FYI about seq.el, for those who may not be aware: while
it's a very useful library, it can be quite slow since it uses generics.
For example, here are some bench
Hello Nicolas, thank you for the reply
> Note that code going into Org proper cannot rely on external libraries,
> e.g., "s.el" or "dash.el". So it may make sense to integrate it, but not
> in its current form. Is it possible to write it without these libraries,
> and without re-inventing the whee
Hello,
"Dwarshuis, Nathan J" writes:
> I recently authored an package called "om.el" which is a functional
> org-mode API akin to dash.el primarily using org-element. Briefly, it
> provides a library of (mostly) pure functions that manipulate the
> parse tree generated by org-element.el, and use
On Mon, Jan 20, 2020 at 6:48 PM Dwarshuis, Nathan J wrote:
> I recently authored an package called "om.el" which is a functional
> org-mode API akin to dash.el primarily using org-element. Briefly, it
> provides a library of (mostly) pure functions that manipulate the parse
> tree generated by or