Re: [O] Faster version of org-find-olp

2019-08-16 Thread Adam Porter
I see that using an "inline" attachment was a bad idea. At least, the lists.gnu.org Web UI wraps the lines. Here it is as an "attachment" attachment, in case that helps. #+BEGIN_SRC elisp :results silent (defun org-olp-marker (olp &optional this-buffer unique) "Return a marker pointing to

[O] Faster version of org-find-olp

2019-08-16 Thread Adam Porter
Hi, While working on org-recent-headings, I thought I needed a version of org-find-olp that behaved slightly differently, so I wrote a new function. It turned out that I didn't need the new function, but I found that it seems to be much faster than org-find-olp, so it might be worth using in Org.