Skip to content

alphapapa/org-quick-peek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

org-quick-peek

https://melpa.org/packages/org-quick-peek-badge.svg

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.

screenshot.png

Installation

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)

Usage

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 to M-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 than org-agenda-entry-text-mode, but it may be much slower in large Agenda buffers.

Tips

You can customize some options in the org-quick-peek customization group.

Contributions

Bug reports, feature requests, pull requests, oh my!

Ideas

Command to add agenda peeks for items matching criteria

e.g. add peeks for all items with a certain tag.

Show entry text from latest timestamp in entry

e.g. find the latest timestamp in the entry and show entry text starting from it.

Credits

License

GPLv3

About

Quick inline peeks at agenda items and linked nodes in Org-mode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published