Skip to content

Display org properties in the agenda buffer.

Notifications You must be signed in to change notification settings

Axler1/org-agenda-property

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Propertize your org-agenda

Display org properties in the agenda buffer Screenshot

org-agenda-property is a package which displays the properties of an org item beside (or below) the item's title in the agenda buffer. The image above shows it being used to display apointment locations.

Customize the variable org-agenda-property-list to add which properties you which to show.

Installation

If you have Melpa configured, just issue

M-x package-install RET org-agenda-property

Variables

All variables can be edited by running org-agenda-property-customize (seriously, check it out, they are just a few :-)). The documentations are mostly self explanatory, I list here only the most important two.

  1. org-agenda-property-list:
    This should be a list of all properties you want displayed in the buffer. Default is "LOCATION".

  2. org-agenda-property-position:
    This is where you want the properties to be displayed (besides the title or below the title?).

About

Display org properties in the agenda buffer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%