Hi, I use org to track time and money spend on a project. This project has several sub levels that are assigned to certain workers. To view and edit the time and money spend, I use columnview which works fine. When I want to report about our effort I want to export a columnview table. In this table the tasks are shown with *, **, and *** to indicate the level. In the export the *** is rendered as a bold *. Right now I insert a space between the ** but that is not really efficient. Is there a way to render the different level via different indenting as it is done for clocktables? I looked at the code for clocktable but that is above my understanding of elisp. I’m using org-mode 8.3.3-17 from ELPA with emacs 24.5. Axel