Release: 0.1
This commit is contained in:
parent
a7d8018f64
commit
20fe2dfa66
2 changed files with 12 additions and 1 deletions
11
README.org
11
README.org
|
|
@ -12,6 +12,7 @@
|
||||||
- [[#queries][Queries]]
|
- [[#queries][Queries]]
|
||||||
- [[#predicates][Predicates]]
|
- [[#predicates][Predicates]]
|
||||||
- [[#functions--macros][Functions / Macros]]
|
- [[#functions--macros][Functions / Macros]]
|
||||||
|
- [[#changelog][Changelog]]
|
||||||
- [[#notes][Notes]]
|
- [[#notes][Notes]]
|
||||||
|
|
||||||
* Examples
|
* Examples
|
||||||
|
|
@ -223,6 +224,16 @@ If ~NARROW~ is non-nil, query will run without widening the buffer (the default
|
||||||
|
|
||||||
If ~MARKERS~ is non-nil, ~org-agenda-ng--add-markers~ is used to add markers to each item, pointing to the item in its source buffer. In this case, ~ACTION~ should return an Org element.
|
If ~MARKERS~ is non-nil, ~org-agenda-ng--add-markers~ is used to add markers to each item, pointing to the item in its source buffer. In this case, ~ACTION~ should return an Org element.
|
||||||
|
|
||||||
|
* Changelog
|
||||||
|
:PROPERTIES:
|
||||||
|
:TOC: ignore-children
|
||||||
|
:END:
|
||||||
|
|
||||||
|
/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.1
|
||||||
|
|
||||||
|
First tagged release.
|
||||||
|
|
||||||
* Notes
|
* Notes
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
;; Author: Adam Porter <adam@alphapapa.net>
|
;; Author: Adam Porter <adam@alphapapa.net>
|
||||||
;; Url: http://github.com/alphapapa/org-ql
|
;; Url: http://github.com/alphapapa/org-ql
|
||||||
;; Version: 0.1-pre
|
;; Version: 0.1
|
||||||
;; Package-Requires: ((emacs "25.1") (dash "2.13") (org "9.0") (s "1.12.0"))
|
;; Package-Requires: ((emacs "25.1") (dash "2.13") (org "9.0") (s "1.12.0"))
|
||||||
;; Keywords: hypermedia, outlines, Org, agenda
|
;; Keywords: hypermedia, outlines, Org, agenda
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue