Next: Capturing column view, Previous: Defining columns, Up: Column view [Contents][Index]
org-columns
)Turn on column view. If the cursor is before the first headline in the file,
column view is turned on for the entire file, using the #+COLUMNS
definition. If the cursor is somewhere inside the outline, this command
searches the hierarchy, up from point, for a :COLUMNS:
property that
defines a format. When one is found, the column view table is established
for the tree starting at the entry that contains the :COLUMNS:
property. If no such property is found, the format is taken from the
#+COLUMNS
line or from the variable org-columns-default-format
,
and column view is established for the current entry and its subtree.
org-columns-redo
)Recreate the column view, to include recent changes made in the buffer.
org-columns-redo
)org-columns-quit
)Exit column view.
Switch to the next/previous allowed value of the field. For this, you have to have specified allowed values for a property.
Directly select the Nth allowed value, 0 selects the 10th value.
org-columns-next-allowed-value
)org-columns-previous-allowed-value
)org-columns-edit-value
)Edit the property at point. For the special properties, this will invoke the same interface that you normally use to change that property. For example, when editing a TAGS property, the tag completion or fast selection interface will pop up.
org-columns-set-tags-or-toggle
)org-columns-show-value
)View the full value of this property. This is useful if the width of the column is smaller than that of the value.
org-columns-edit-allowed
)Edit the list of allowed values for this property. If the list is found in the hierarchy, the modified values is stored there. If no list is found, the new value is stored in the first entry that is part of the current column view.
org-columns-narrow
)org-columns-widen
)org-columns-new
)org-columns-delete
)Delete the current column.
Next: Capturing column view, Previous: Defining columns, Up: Column view [Contents][Index]