Re: where is org-at-target-p ?

2019-12-15 Thread John Kitchin
I have it in org-9.2.3 from org-plus-contrib-20190402, and it is in org-plus-contrib-20191028 too. It is gone from org-plus-contrib-20191209. It is pretty simple. Maybe you can just add it to your init file if you use it. (defun org-at-target-p () (or (org-in-regexp org-radio-target-regexp)

where is org-at-target-p ?

2019-12-15 Thread Scott Otterson
For years, I've used the function, org-at-target-p to detect when the cursor is on a dedicated target. Recently, org-at-target-p disappeared from elpa -- for example, it's not in the org.el included in org-plus-contrib-20191209. Was its removal intentional, and if so, is there a new function