Previous: Exporting Agenda Views, Up: Agenda Views [Contents][Index]
Column view (see Column View) is normally used to view and edit properties embedded in the hierarchical structure of an Org file. It can be quite useful to use column view also from the agenda, where entries are collected by certain criteria.
org-agenda-columns
) ¶Turn on column view in the agenda.
To understand how to use this properly, it is important to realize that the entries in the agenda are no longer in their proper outline environment. This causes the following issues:
org-overriding-columns-format
is currently set, and if so, takes
the format from there. You should set this variable only in the
local settings section of a custom agenda command (see Custom Agenda Views) to make it valid for that specific agenda view. If
no such binding exists, it checks, in sequence,
org-columns-default-format-for-agenda
, the format associated with
the first item in the agenda (through a property or a ‘#+COLUMNS’
setting in that buffer) and finally org-columns-default-format
.
It is important to realize that the agenda may show the same entry twice—for example as scheduled and as a deadline—and it may show two entries from the same hierarchy (for example a parent and its child). In these cases, the summation in the agenda leads to incorrect results because some values count double.
Previous: Exporting Agenda Views, Up: Agenda Views [Contents][Index]