Release: 0.1

This commit is contained in:
Adam Porter 2019-07-16 12:03:09 -05:00
parent a7d8018f64
commit eb281fe345
2 changed files with 12 additions and 1 deletions

View file

@ -12,6 +12,7 @@
- [[#queries][Queries]]
- [[#predicates][Predicates]]
- [[#functions--macros][Functions / Macros]]
- [[#changelog][Changelog]]
- [[#notes][Notes]]
* 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.
* 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
:PROPERTIES:

View file

@ -2,7 +2,7 @@
;; Author: Adam Porter <adam@alphapapa.net>
;; 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"))
;; Keywords: hypermedia, outlines, Org, agenda