Fix: Compatibility with org>=9.2

The API for `org-get-tags-at` and `org-timestamp--to-internal-time`
changed in org-mode version 9.2.

Thanks to Ataias Pereira Reis (@ataias) and Daniel Kraus (@dakra).

Closes #27.  Closes #31.
This commit is contained in:
Daniel Kraus 2019-07-12 18:53:06 +02:00 committed by Adam Porter
parent 0b7628c1f7
commit adcb96cb1e
3 changed files with 16 additions and 4 deletions

View file

@ -236,6 +236,9 @@ If ~MARKERS~ is non-nil, ~org-agenda-ng--add-markers~ is used to add markers to
*Changed*
+ ~(regexp)~ selector accepts multiple regexps to test.
*Compatibility*
+ Fixes for compatibility with Org 9.2. (Thanks to [[https://github.com/ataias][Ataias Pereira Reis]] and [[https://github.com/dakra][Daniel Kraus]].)
*Internal*
+ Optimizations for some query selectors, e.g. =regexp= and =todo=. These can provide a significant improvement for some queries. See benchmarks in [[file:notes.org][notes.org]].