emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [ANN] org-ql 0.3 released


From: Adam Porter
Subject: [O] [ANN] org-ql 0.3 released
Date: Sun, 06 Oct 2019 00:59:00 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]