pyorg.agenda module

class pyorg.agenda.OrgAgendaItem(text, **kwargs)[source]

Bases: object

An agenda item.

text

Main text of the item, as secondary string.

Type:list
text_plain

Text as simple string.

Type:str
type

TODO type.

Type:str
keyword

TODO keyword.

Type:str
headline

Headline node item came from.

Type:OrgAstNode
headline_path

Titles of headline and its ancestors.

Type:list
file

File todo is located in, relative to org-directory

Type:str
deadline

timestamp node

Type:OrgAstNode
priority

Priority letter assigned to the item’s headline.

Type:str
priority_code

Character code for priority.

Type:int
view_priority

Relative priority assigned to the item in the agenda buffer it was exported from.

Type:int
tags

List of tags.

Type:list
category
Type:str
extra

Extra data.

Type:dict
priority_code