This package lets you quickly “peek” at the contents of Org nodes that are off-screen, using the quick-peek package by Clément Pit-Claudel.
Install the package from MELPA and you’re all set!
If you want to install it manually, put org-quick-peek.el
in your load-path
, then add this to your init file:
(require 'org-quick-peek)
These commands are available:
org-quick-peek-link
shows the contents of a linked node when the point is on an Org link that links to another Org heading.org-quick-peek-agenda-current-item
, bound toM-p
by default, shows the contents of the currently selected item in the Agenda.org-quick-peek-agenda-all
shows the contents of every item in the Agenda. This looks nicer thanorg-agenda-entry-text-mode
, but it may be much slower in large Agenda buffers.
You can customize some options in the org-quick-peek
customization group.
Bug reports, feature requests, pull requests, oh my!
e.g. add peeks for all items with a certain tag.
e.g. find the latest timestamp in the entry and show entry text starting from it.
- Thanks to Clément Pit-Claudel for
quick-peek
! - Thanks to Syohei YOSHIDA and Steve Purcell for their tireless work curating MELPA.
- Thanks to zeltak for his help with testing.
GPLv3