Docs: Update changelog
This commit is contained in:
parent
4646d6d307
commit
1c9b99ace9
2 changed files with 44 additions and 37 deletions
|
|
@ -529,7 +529,10 @@ Simple links may also be written manually in either sexp or non-sexp form, like:
|
|||
+ Predicate ~effort~.
|
||||
+ Predicate ~heading-regexp~, which matches regular expressions against heading text (alias: ~h*~).
|
||||
+ Timestamp-related predicates now accept an optional ~:with-time~ argument, which allows matching timestamps with or without times (i.e. HH:MM).
|
||||
+ Sorting method ~reverse~.
|
||||
+ Sorting methods:
|
||||
- ~reverse~
|
||||
- ~closed~ (Thanks to [[https://github.com/yejianye][Ryan Ye]].)
|
||||
+ Dynamic block column ~closed~. (Thanks to [[https://github.com/yejianye][Ryan Ye]].)
|
||||
|
||||
*Changed*
|
||||
+ The order in which sorting functions is applied has been reversed. For example, ~:sort '(todo priority date)~ now does what ~:sort '(date priority todo)~ did in earlier versions. (This change is made to enable the new ~reverse~ sorting method.) Users who have customized =org-ql-views= will need to update the stored views' sorting methods to preserve the desired sort order.
|
||||
|
|
|
|||
76
org-ql.info
76
org-ql.info
|
|
@ -698,9 +698,9 @@ File: README.info, Node: Listing / acting-on results, Next: Custom predicates,
|
|||
|
||||
‘SORT’ is either nil, in which case items are not sorted; or one or
|
||||
a list of defined ‘org-ql’ sorting methods (‘date’, ‘deadline’,
|
||||
‘scheduled’, ‘todo’, ‘priority’, or ‘random’); or a user-defined
|
||||
comparator function that accepts two items as arguments and returns
|
||||
nil or non-nil.
|
||||
‘scheduled’, ‘closed’, ‘todo’, ‘priority’, or ‘random’); or a
|
||||
user-defined comparator function that accepts two items as
|
||||
arguments and returns nil or non-nil.
|
||||
|
||||
Examples:
|
||||
|
||||
|
|
@ -875,7 +875,7 @@ supported:
|
|||
• ‘:query’: An Org QL query expression in either sexp or non-sexp
|
||||
form.
|
||||
• ‘:columns’ A list of columns, including ‘heading’, ‘todo’,
|
||||
‘property’, ‘priority’, ‘deadline’, ‘scheduled’.
|
||||
‘property’, ‘priority’, ‘deadline’, ‘scheduled’, ‘closed’.
|
||||
• Each column may also be specified as a list with the second
|
||||
element being a header string. For example, to abbreviate the
|
||||
priority column: ‘(priority "P")’.
|
||||
|
|
@ -995,7 +995,11 @@ File: README.info, Node: 06-pre, Next: 052, Up: Changelog
|
|||
• Timestamp-related predicates now accept an optional ‘:with-time’
|
||||
argument, which allows matching timestamps with or without times
|
||||
(i.e. HH:MM).
|
||||
• Sorting method ‘reverse’.
|
||||
• Sorting methods:
|
||||
• ‘reverse’
|
||||
• ‘closed’ (Thanks to Ryan Ye (https://github.com/yejianye).)
|
||||
• Dynamic block column ‘closed’. (Thanks to Ryan Ye
|
||||
(https://github.com/yejianye).)
|
||||
|
||||
*Changed*
|
||||
• The order in which sorting functions is applied has been reversed.
|
||||
|
|
@ -1569,37 +1573,37 @@ Node: Date/time predicates18558
|
|||
Node: Functions / Macros21646
|
||||
Node: Agenda-like views21944
|
||||
Node: Listing / acting-on results23349
|
||||
Node: Custom predicates28971
|
||||
Node: Dynamic block32630
|
||||
Node: Links35328
|
||||
Node: Tips36015
|
||||
Node: Changelog36333
|
||||
Node: 06-pre37059
|
||||
Node: 05239636
|
||||
Node: 05139940
|
||||
Node: 0540357
|
||||
Node: 04941831
|
||||
Node: 04842105
|
||||
Node: 04742452
|
||||
Node: 04642847
|
||||
Node: 04543247
|
||||
Node: 04443606
|
||||
Node: 04343965
|
||||
Node: 04244162
|
||||
Node: 04144323
|
||||
Node: 0444564
|
||||
Node: 03248497
|
||||
Node: 03148876
|
||||
Node: 0349073
|
||||
Node: 02352048
|
||||
Node: 02252276
|
||||
Node: 02152544
|
||||
Node: 0252743
|
||||
Node: 0156778
|
||||
Node: Notes56879
|
||||
Node: Comparison with Org Agenda searches57041
|
||||
Node: org-sidebar57913
|
||||
Node: License58192
|
||||
Node: Custom predicates28985
|
||||
Node: Dynamic block32644
|
||||
Node: Links35356
|
||||
Node: Tips36043
|
||||
Node: Changelog36361
|
||||
Node: 06-pre37087
|
||||
Node: 05239852
|
||||
Node: 05140156
|
||||
Node: 0540573
|
||||
Node: 04942047
|
||||
Node: 04842321
|
||||
Node: 04742668
|
||||
Node: 04643063
|
||||
Node: 04543463
|
||||
Node: 04443822
|
||||
Node: 04344181
|
||||
Node: 04244378
|
||||
Node: 04144539
|
||||
Node: 0444780
|
||||
Node: 03248713
|
||||
Node: 03149092
|
||||
Node: 0349289
|
||||
Node: 02352264
|
||||
Node: 02252492
|
||||
Node: 02152760
|
||||
Node: 0252959
|
||||
Node: 0156994
|
||||
Node: Notes57095
|
||||
Node: Comparison with Org Agenda searches57257
|
||||
Node: org-sidebar58129
|
||||
Node: License58408
|
||||
|
||||
End Tag Table
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue