Add: Link support

This commit is contained in:
Adam Porter 2020-11-10 01:52:04 -06:00
parent c0a10ba96a
commit 992f3c2675
4 changed files with 271 additions and 54 deletions

View file

@ -36,6 +36,7 @@ Usage
* Queries::
* Functions / Macros::
* Dynamic block::
* Links::
* Tips::
Commands
@ -155,7 +156,7 @@ File: README.info, Node: Usage, Next: Changelog, Prev: Installation, Up: Top
*******
• •
• • • • • • •
• • • • • • •
Feedback on these APIs is welcome. Eventually, after being tested
and polished, they will be considered stable.
@ -167,6 +168,7 @@ and polished, they will be considered stable.
* Queries::
* Functions / Macros::
* Dynamic block::
* Links::
* Tips::

@ -713,7 +715,7 @@ File: README.info, Node: Listing / acting-on results, Prev: Agenda-like views,
For convenience, arguments should be unquoted.

File: README.info, Node: Dynamic block, Next: Tips, Prev: Functions / Macros, Up: Usage
File: README.info, Node: Dynamic block, Next: Links, Prev: Functions / Macros, Up: Usage
4.4 Dynamic block
=================
@ -753,9 +755,30 @@ with certain columns and timestamp format:
#+END:

File: README.info, Node: Tips, Prev: Dynamic block, Up: Usage
File: README.info, Node: Links, Next: Tips, Prev: Dynamic block, Up: Usage
4.5 Tips
4.5 Links
=========
Org QL View searches may be accessed by opening org-ql-search: links
in an Org file.
In an Org QL View buffer, the command org-store-link (i.e. C-c
l) stores a link to the current search, and it may be inserted into an
Org buffer with the command org-insert-link (C-c C-l). The stored
link records all of the view settings, like title, sorting, and
grouping.
Simple links may also be written manually in either sexp or non-sexp
form, like:
[[org-ql-search:todo:NEXT priority:A]]
[[org-ql-search:(and (todo "NEXT") (priority "A"))]]

File: README.info, Node: Tips, Prev: Links, Up: Usage
4.6 Tips
========
• Org QL View buffers can be bookmarked with Emacs bookmark commands,
@ -810,6 +833,8 @@ File: README.info, Node: 05-pre, Next: 046, Up: Changelog
view restoration with Burly
(https://github.com/alphapapa/burly.el).)
• Dynamic block support.
• Org link support (storing and opening links to Org QL View searches
in the current document).
• Mascot.
*Changed*
@ -1231,49 +1256,50 @@ GPLv3

Tag Table:
Node: Top225
Node: Contents1539
Node: Screenshots1662
Node: Installation1780
Node: Quelpa2418
Node: Usage2861
Node: Commands3245
Node: org-ql-search3718
Node: helm-org-ql5432
Node: org-ql-view5844
Node: org-ql-view-sidebar6344
Node: org-ql-view-recent-items6700
Node: org-ql-sparse-tree7184
Node: Queries7984
Node: Non-sexp query syntax8892
Node: General predicates10599
Node: Ancestor/descendant predicates15814
Node: Date/time predicates16942
Node: Functions / Macros19597
Node: Agenda-like views19852
Node: Listing / acting-on results21257
Node: Dynamic block25859
Node: Tips27885
Node: Changelog28211
Node: 05-pre28850
Node: 04629726
Node: 04530129
Node: 04430488
Node: 04330845
Node: 04231040
Node: 04131199
Node: 0431438
Node: 03235369
Node: 03135746
Node: 0335943
Node: 02338918
Node: 02239146
Node: 02139414
Node: 0239613
Node: 0143648
Node: Notes43749
Node: Comparison with Org Agenda searches43911
Node: org-sidebar44783
Node: License45062
Node: Contents1549
Node: Screenshots1672
Node: Installation1790
Node: Quelpa2428
Node: Usage2871
Node: Commands3269
Node: org-ql-search3742
Node: helm-org-ql5456
Node: org-ql-view5868
Node: org-ql-view-sidebar6368
Node: org-ql-view-recent-items6724
Node: org-ql-sparse-tree7208
Node: Queries8008
Node: Non-sexp query syntax8916
Node: General predicates10623
Node: Ancestor/descendant predicates15838
Node: Date/time predicates16966
Node: Functions / Macros19621
Node: Agenda-like views19876
Node: Listing / acting-on results21281
Node: Dynamic block25883
Node: Links27910
Node: Tips28597
Node: Changelog28915
Node: 05-pre29554
Node: 04630536
Node: 04530939
Node: 04431298
Node: 04331655
Node: 04231850
Node: 04132009
Node: 0432248
Node: 03236179
Node: 03136556
Node: 0336753
Node: 02339728
Node: 02239956
Node: 02140224
Node: 0240423
Node: 0144458
Node: Notes44559
Node: Comparison with Org Agenda searches44721
Node: org-sidebar45593
Node: License45872

End Tag Table