Hi flav It seems to me that you have run into the same issue I tried to resolve some time ago without success and described here: http://thread.gmane.org/gmane.emacs.orgmode/48764
On Thu, Sep 27, 2012 at 2:29 PM, flav <flav.justf...@gmail.com> wrote: > * Note > #+BEGIN: columnview :hlines 1 :id global :maxlevel 2 :skip-empty-rows t > | ITEM | Note | A | B | C | D | F | > [...] You can try if no indentation is a workaround: * Note #+BEGIN: columnview :hlines 1 :id global :maxlevel 2 :skip-empty-rows t | ITEM | Note | A | B | C | D | F | [...] Michael