emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Adam Porter <adam@alphapapa.net>
To: emacs-orgmode@gnu.org
Subject: [ANN] org-ql 0.3 released
Date: Sun, 06 Oct 2019 00:59:00 -0500	[thread overview]
Message-ID: <87tv8m4dp7.fsf@alphapapa.net> (raw)

Hi friends,

Version 0.3 of org-ql has been released.  There are many changes,
including a new helm-org-ql command and an alternative, non-sexp query
syntax.

- Changelog: https://github.com/alphapapa/org-ql#03
- helm-org-ql demo: https://github.com/alphapapa/org-ql/raw/master/images/helm-org-ql.gif

Here are some examples of the new syntax (somewhere along the line,
these lines will probably get mangled):

| Sexp syntax                                     | Non-sexp syntax                         |
|-------------------------------------------------+-----------------------------------------|
| (todo)                                          | todo:                                   |
| (todo "SOMEDAY")                                | todo:SOMEDAY                            |
| (todo "SOMEDAY" "WAITING")                      | todo:SOMEDAY,WAITING                    |
| (ts :on today)                                  | ts:on=today                             |
| (ts-active :from "2017-01-01" :to "2018-01-01") | ts-active:from=2017-01-01,to=2018-01-01 |
| (clocked :on -1)                                | clocked:on=-1                           |
| (heading "quoted phrase" "word")                | heading:"quoted phrase",word            |
| (and (tags "book" "books") (priority "A"))      | tags:book,books priority:A              |
| (priority >= B)                                 | priority:A,B                            |

Please let me know if you have any problems or suggestions. Thanks.

                 reply	other threads:[~2019-10-06  5:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tv8m4dp7.fsf@alphapapa.net \
    --to=adam@alphapapa.net \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).