Fix: Require org-duration
This appears to be necessary on newer Org versions, but I don't know exactly when.
This commit is contained in:
parent
9f00fa3890
commit
2ddfb7c231
3 changed files with 32 additions and 28 deletions
|
|
@ -526,6 +526,7 @@ Simple links may also be written manually in either sexp or non-sexp form, like:
|
||||||
|
|
||||||
*Fixed*
|
*Fixed*
|
||||||
+ Non-sexp query parsing with updated version 1.0.1 of the ~peg~ package. (Fixes [[https://github.com/alphapapa/org-ql/issues/314][#314]], [[https://github.com/alphapapa/org-ql/issues/316][#316]]. Thanks to [[https://github.com/akirak][Akira Komamura]] and [[https://github.com/joonro][Joon Ro]] for reporting.)
|
+ Non-sexp query parsing with updated version 1.0.1 of the ~peg~ package. (Fixes [[https://github.com/alphapapa/org-ql/issues/314][#314]], [[https://github.com/alphapapa/org-ql/issues/316][#316]]. Thanks to [[https://github.com/akirak][Akira Komamura]] and [[https://github.com/joonro][Joon Ro]] for reporting.)
|
||||||
|
+ Require library ~org-duration~ (apparently necessary in newer Org versions).
|
||||||
|
|
||||||
** 0.6.2
|
** 0.6.2
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@
|
||||||
|
|
||||||
(require 'cl-lib)
|
(require 'cl-lib)
|
||||||
(require 'org)
|
(require 'org)
|
||||||
|
(require 'org-duration)
|
||||||
(require 'org-element)
|
(require 'org-element)
|
||||||
(require 'org-habit)
|
(require 'org-habit)
|
||||||
(require 'seq)
|
(require 'seq)
|
||||||
|
|
|
||||||
58
org-ql.info
58
org-ql.info
|
|
@ -990,6 +990,8 @@ File: README.info, Node: 063-pre, Next: 062, Up: Changelog
|
||||||
(https://github.com/alphapapa/org-ql/issues/316). Thanks to Akira
|
(https://github.com/alphapapa/org-ql/issues/316). Thanks to Akira
|
||||||
Komamura (https://github.com/akirak) and Joon Ro
|
Komamura (https://github.com/akirak) and Joon Ro
|
||||||
(https://github.com/joonro) for reporting.)
|
(https://github.com/joonro) for reporting.)
|
||||||
|
• Require library ‘org-duration’ (apparently necessary in newer Org
|
||||||
|
versions).
|
||||||
|
|
||||||
|
|
||||||
File: README.info, Node: 062, Next: 061, Prev: 063-pre, Up: Changelog
|
File: README.info, Node: 062, Next: 061, Prev: 063-pre, Up: Changelog
|
||||||
|
|
@ -1634,34 +1636,34 @@ Node: Links35679
|
||||||
Node: Tips36366
|
Node: Tips36366
|
||||||
Node: Changelog36690
|
Node: Changelog36690
|
||||||
Node: 063-pre37461
|
Node: 063-pre37461
|
||||||
Node: 06237900
|
Node: 06237993
|
||||||
Node: 06138209
|
Node: 06138302
|
||||||
Node: 0638777
|
Node: 0638870
|
||||||
Node: 05241831
|
Node: 05241924
|
||||||
Node: 05142131
|
Node: 05142224
|
||||||
Node: 0542554
|
Node: 0542647
|
||||||
Node: 04944083
|
Node: 04944176
|
||||||
Node: 04844363
|
Node: 04844456
|
||||||
Node: 04744710
|
Node: 04744803
|
||||||
Node: 04645119
|
Node: 04645212
|
||||||
Node: 04545527
|
Node: 04545620
|
||||||
Node: 04445888
|
Node: 04445981
|
||||||
Node: 04346247
|
Node: 04346340
|
||||||
Node: 04246450
|
Node: 04246543
|
||||||
Node: 04146611
|
Node: 04146704
|
||||||
Node: 0446858
|
Node: 0446951
|
||||||
Node: 03250959
|
Node: 03251052
|
||||||
Node: 03151362
|
Node: 03151455
|
||||||
Node: 0351559
|
Node: 0351652
|
||||||
Node: 02354859
|
Node: 02354952
|
||||||
Node: 02255093
|
Node: 02255186
|
||||||
Node: 02155373
|
Node: 02155466
|
||||||
Node: 0255578
|
Node: 0255671
|
||||||
Node: 0159656
|
Node: 0159749
|
||||||
Node: Notes59757
|
Node: Notes59850
|
||||||
Node: Comparison with Org Agenda searches59919
|
Node: Comparison with Org Agenda searches60012
|
||||||
Node: org-sidebar60808
|
Node: org-sidebar60901
|
||||||
Node: License61087
|
Node: License61180
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue