Docs: Add mascot

This commit is contained in:
Adam Porter 2020-03-01 08:54:32 -06:00
parent fc91bdd483
commit e811ac5680
3 changed files with 19 additions and 16 deletions

View file

@ -1,7 +1,8 @@
#+TITLE: org-ql
# NOTE: Using =BEGIN_HTML= for this causes TeX/info export to fail, but this HTML block works.
#+HTML: <a href=https://alphapapa.github.io/dont-tread-on-emacs/><img src="images/dont-tread-on-emacs-150.png" align="right"></a>
# #+HTML: <a href=https://alphapapa.github.io/dont-tread-on-emacs/><img src="images/dont-tread-on-emacs-150.png" align="right"></a>
#+HTML: <img src="images/dog.png" align="right">
# NOTE: To avoid having this in the info manual, we use HTML rather than Org syntax; it still appears with the GitHub renderer.
#+HTML: <a href="https://melpa.org/#/org-ql"><img src="https://melpa.org/packages/org-ql-badge.svg"></a> <a href="https://stable.melpa.org/#/org-ql"><img src="https://stable.melpa.org/packages/org-ql-badge.svg"></a>
@ -406,6 +407,7 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
*Added*
+ View dispatcher using =transient.el= (like Magit), bound to =v= in search/view buffers.
+ Predicate =link=, which matches descriptions and targets in Org links.
+ Mascot.
*Changed*
+ Binding to refresh search/view buffers changed to =r=.

BIN
images/dog.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -742,6 +742,7 @@ File: README.info, Node: 05-pre, Next: 042, Up: Changelog
search/view buffers.
• Predicate link, which matches descriptions and targets in Org
links.
• Mascot.
*Changed*
• Binding to refresh search/view buffers changed to r.
@ -1131,21 +1132,21 @@ Node: Agenda-like views19705
Node: Listing / acting-on results21110
Node: Changelog25712
Node: 05-pre26291
Node: 04226640
Node: 04126802
Node: 0427041
Node: 03230972
Node: 03131349
Node: 0331544
Node: 02334517
Node: 02234743
Node: 02135009
Node: 0235208
Node: 0139243
Node: Notes39344
Node: Comparison with Org Agenda searches39506
Node: org-sidebar40378
Node: License40657
Node: 04226655
Node: 04126817
Node: 0427056
Node: 03230987
Node: 03131364
Node: 0331559
Node: 02334532
Node: 02234758
Node: 02135024
Node: 0235223
Node: 0139258
Node: Notes39359
Node: Comparison with Org Agenda searches39521
Node: org-sidebar40393
Node: License40672

End Tag Table