Release: v0.8.1
This commit is contained in:
parent
02a2e256dc
commit
51869fd7f9
3 changed files with 81 additions and 82 deletions
|
|
@ -553,7 +553,7 @@ Simple links may also be written manually in either sexp or non-sexp form, like:
|
||||||
|
|
||||||
/Note:/ Breaking changes may be made before version 1.0, but in the event of major changes, attempts at backward compatibility will be made with obsolescence declarations, translation of arguments, etc. Users who need stability guarantees before 1.0 may choose to use tagged stable releases.
|
/Note:/ Breaking changes may be made before version 1.0, but in the event of major changes, attempts at backward compatibility will be made with obsolescence declarations, translation of arguments, etc. Users who need stability guarantees before 1.0 may choose to use tagged stable releases.
|
||||||
|
|
||||||
** 0.8.1-pre
|
** 0.8.1
|
||||||
|
|
||||||
*Fixes*
|
*Fixes*
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Adam Porter <adam@alphapapa.net>
|
;; Author: Adam Porter <adam@alphapapa.net>
|
||||||
;; Url: https://github.com/alphapapa/org-ql
|
;; Url: https://github.com/alphapapa/org-ql
|
||||||
;; Version: 0.8.1-pre
|
;; Version: 0.8.1
|
||||||
;; Package-Requires: ((emacs "27.1") (compat "29.1") (dash "2.18.1") (f "0.17.2") (map "2.1") (org "9.0") (org-super-agenda "1.2") (ov "1.0.6") (peg "1.0.1") (s "1.12.0") (transient "0.1") (ts "0.2-pre"))
|
;; Package-Requires: ((emacs "27.1") (compat "29.1") (dash "2.18.1") (f "0.17.2") (map "2.1") (org "9.0") (org-super-agenda "1.2") (ov "1.0.6") (peg "1.0.1") (s "1.12.0") (transient "0.1") (ts "0.2-pre"))
|
||||||
;; Keywords: hypermedia, outlines, Org, agenda
|
;; Keywords: hypermedia, outlines, Org, agenda
|
||||||
|
|
||||||
|
|
|
||||||
159
org-ql.info
159
org-ql.info
|
|
@ -72,7 +72,7 @@ Functions / Macros
|
||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
* 0.8.1-pre: 081-pre.
|
* 0.8.1: 081.
|
||||||
* 0.8: 08.
|
* 0.8: 08.
|
||||||
* 0.7.4: 074.
|
* 0.7.4: 074.
|
||||||
* 0.7.3: 073.
|
* 0.7.3: 073.
|
||||||
|
|
@ -1029,7 +1029,7 @@ releases.
|
||||||
|
|
||||||
* Menu:
|
* Menu:
|
||||||
|
|
||||||
* 0.8.1-pre: 081-pre.
|
* 0.8.1: 081.
|
||||||
* 0.8: 08.
|
* 0.8: 08.
|
||||||
* 0.7.4: 074.
|
* 0.7.4: 074.
|
||||||
* 0.7.3: 073.
|
* 0.7.3: 073.
|
||||||
|
|
@ -1063,10 +1063,10 @@ releases.
|
||||||
* 0.1: 01.
|
* 0.1: 01.
|
||||||
|
|
||||||
|
|
||||||
File: README.info, Node: 081-pre, Next: 08, Up: Changelog
|
File: README.info, Node: 081, Next: 08, Up: Changelog
|
||||||
|
|
||||||
5.1 0.8.1-pre
|
5.1 0.8.1
|
||||||
=============
|
=========
|
||||||
|
|
||||||
*Fixes*
|
*Fixes*
|
||||||
|
|
||||||
|
|
@ -1078,7 +1078,7 @@ File: README.info, Node: 081-pre, Next: 08, Up: Changelog
|
||||||
reporting.)
|
reporting.)
|
||||||
|
|
||||||
|
|
||||||
File: README.info, Node: 08, Next: 074, Prev: 081-pre, Up: Changelog
|
File: README.info, Node: 08, Next: 074, Prev: 081, Up: Changelog
|
||||||
|
|
||||||
5.2 0.8
|
5.2 0.8
|
||||||
=======
|
=======
|
||||||
|
|
@ -1208,9 +1208,8 @@ File: README.info, Node: 07, Next: 063, Prev: 071, Up: Changelog
|
||||||
=======
|
=======
|
||||||
|
|
||||||
*Added*
|
*Added*
|
||||||
• Commands ‘org-ql-find’, ‘org-ql-find-heading’, and
|
• Command ‘org-ql-find’, which jumps to entries selected using
|
||||||
‘org-ql-find-path’, which jump to entries selected using Emacs’s
|
Emacs’s built-in completion facilities and Org QL queries (like
|
||||||
built-in completion facilities and Org QL queries (like
|
|
||||||
‘helm-org-ql’, but doesn’t require Helm.).
|
‘helm-org-ql’, but doesn’t require Helm.).
|
||||||
• Command ‘org-ql-refile’, which refiles the entry at point to one
|
• Command ‘org-ql-refile’, which refiles the entry at point to one
|
||||||
selected using Org QL completion.
|
selected using Org QL completion.
|
||||||
|
|
@ -1887,77 +1886,77 @@ GPLv3
|
||||||
|
|
||||||
Tag Table:
|
Tag Table:
|
||||||
Node: Top225
|
Node: Top225
|
||||||
Node: Contents1873
|
Node: Contents1865
|
||||||
Node: Screenshots1996
|
Node: Screenshots1988
|
||||||
Node: Installation2114
|
Node: Installation2106
|
||||||
Node: Quelpa2628
|
Node: Quelpa2620
|
||||||
Node: Helm support3156
|
Node: Helm support3148
|
||||||
Node: Usage3559
|
Node: Usage3551
|
||||||
Node: Commands3957
|
Node: Commands3949
|
||||||
Node: org-ql-find4422
|
Node: org-ql-find4414
|
||||||
Node: org-ql-open-link5330
|
Node: org-ql-open-link5322
|
||||||
Node: org-ql-refile6185
|
Node: org-ql-refile6177
|
||||||
Node: org-ql-search6513
|
Node: org-ql-search6505
|
||||||
Node: helm-org-ql8444
|
Node: helm-org-ql8436
|
||||||
Node: org-ql-view8822
|
Node: org-ql-view8814
|
||||||
Node: org-ql-view-sidebar9352
|
Node: org-ql-view-sidebar9344
|
||||||
Node: org-ql-view-recent-items9732
|
Node: org-ql-view-recent-items9724
|
||||||
Node: org-ql-sparse-tree10228
|
Node: org-ql-sparse-tree10220
|
||||||
Node: Queries11028
|
Node: Queries11020
|
||||||
Node: Non-sexp query syntax12145
|
Node: Non-sexp query syntax12137
|
||||||
Node: General predicates13904
|
Node: General predicates13896
|
||||||
Node: Ancestor/descendant predicates20829
|
Node: Ancestor/descendant predicates20821
|
||||||
Node: Date/time predicates21957
|
Node: Date/time predicates21949
|
||||||
Node: Functions / Macros25081
|
Node: Functions / Macros25073
|
||||||
Node: Agenda-like views25379
|
Node: Agenda-like views25371
|
||||||
Ref: Function org-ql-block25541
|
Ref: Function org-ql-block25533
|
||||||
Node: Listing / acting-on results26802
|
Node: Listing / acting-on results26794
|
||||||
Ref: Caching27010
|
Ref: Caching27002
|
||||||
Ref: Function org-ql-select27923
|
Ref: Function org-ql-select27915
|
||||||
Ref: Function org-ql-query30349
|
Ref: Function org-ql-query30341
|
||||||
Ref: Macro org-ql (deprecated)32123
|
Ref: Macro org-ql (deprecated)32115
|
||||||
Node: Custom predicates32438
|
Node: Custom predicates32430
|
||||||
Ref: Macro org-ql-defpred32662
|
Ref: Macro org-ql-defpred32654
|
||||||
Node: Dynamic block36103
|
Node: Dynamic block36095
|
||||||
Node: Links38827
|
Node: Links38819
|
||||||
Node: Tips39514
|
Node: Tips39506
|
||||||
Node: Changelog39838
|
Node: Changelog39830
|
||||||
Node: 081-pre40676
|
Node: 08140660
|
||||||
Node: 0841097
|
Node: 0841069
|
||||||
Node: 07443825
|
Node: 07443793
|
||||||
Node: 07344048
|
Node: 07344016
|
||||||
Node: 07244780
|
Node: 07244748
|
||||||
Node: 07145699
|
Node: 07145667
|
||||||
Node: 0746508
|
Node: 0746476
|
||||||
Node: 06349432
|
Node: 06349340
|
||||||
Node: 06249963
|
Node: 06249871
|
||||||
Node: 06150268
|
Node: 06150176
|
||||||
Node: 0650838
|
Node: 0650746
|
||||||
Node: 05253894
|
Node: 05253802
|
||||||
Node: 05154196
|
Node: 05154104
|
||||||
Node: 0554621
|
Node: 0554529
|
||||||
Node: 04956152
|
Node: 04956060
|
||||||
Node: 04856434
|
Node: 04856342
|
||||||
Node: 04756783
|
Node: 04756691
|
||||||
Node: 04657192
|
Node: 04657100
|
||||||
Node: 04557600
|
Node: 04557508
|
||||||
Node: 04457961
|
Node: 04457869
|
||||||
Node: 04358320
|
Node: 04358228
|
||||||
Node: 04258523
|
Node: 04258431
|
||||||
Node: 04158684
|
Node: 04158592
|
||||||
Node: 0458931
|
Node: 0458839
|
||||||
Node: 03263032
|
Node: 03262940
|
||||||
Node: 03163435
|
Node: 03163343
|
||||||
Node: 0363632
|
Node: 0363540
|
||||||
Node: 02366932
|
Node: 02366840
|
||||||
Node: 02267166
|
Node: 02267074
|
||||||
Node: 02167446
|
Node: 02167354
|
||||||
Node: 0267651
|
Node: 0267559
|
||||||
Node: 0171729
|
Node: 0171637
|
||||||
Node: Notes71830
|
Node: Notes71738
|
||||||
Node: Comparison with Org Agenda searches71992
|
Node: Comparison with Org Agenda searches71900
|
||||||
Node: org-sidebar72881
|
Node: org-sidebar72789
|
||||||
Node: License73160
|
Node: License73068
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue