Since column view is just an overlay over a buffer, it cannot be
exported or printed directly. If you want to capture a column view, use
this columnview dynamic block (see Dynamic blocks). The frame
of this block looks like this:
* The column view
#+BEGIN: columnview :hlines 1 :id "label"
#+END:
This dynamic block has the following parameters:
:id local use the tree in which the capture block is located
global make a global view, including all headings in the file
"file:path-to-file"
run column view at the top of this file
"ID" call column view in the tree that has an :ID:
property with the value label. You can use
M-x org-id-copy to create a globally unique ID for
the current entry and copy it to the kill-ring.
:hlinest, insert a hline after every line. When a number N, insert
a hline before each headline with level <= N.
:vlinest, enforce column groups to get vertical lines.
:maxlevel:skip-empty-rowst, skip row where the only non-empty specifier of the
column view is ITEM.
The following commands insert or update the dynamic block:
#+BEGIN line of the dynamic block.
You can add formulas to the column view table and you may add plotting
instructions in front of the table - these will survive an update of the
block. If there is a #+TBLFM: after the table, the table will
actually be recalculated automatically after an update.