Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. ------------------------------------------------------------------------ 1. start with emacs -q 2. find file test-sums.org (attached) 3. adjust paths in the source block at the top of the file and evaluate (execute?) it with C-c 4. goto the columnview block and C-c I would expect a table like this to be inserted: | ITEM | Sum | |---------------------------------------------+------| | * Introduction | 5:40 | |---------------------------------------------+------| | ** test sums | 0:30 | |---------------------------------------------+------| | ** Getting warmed up | 5:10 | |---------------------------------------------+------| | *** Nitty gritty | 5:10 | | *************** TODO Do something fantastic | 5:00 | | *************** END | | |---------------------------------------------+------| | **** This is not added | 0:10 | | *************** TODO Do something else | 0:10 | | *************** END | | Hoever, the table looks like this: | ITEM | Sum | |---------------------------------------------+------| | * Introduction | 5:30 | |---------------------------------------------+------| | ** test sums | 0:30 | |---------------------------------------------+------| | ** Getting warmed up | 5:00 | |---------------------------------------------+------| | *** Nitty gritty | 5:00 | | *************** TODO Do something fantastic | 5:00 | | *************** END | | |---------------------------------------------+------| | **** This is not added | 0:10 | | *************** TODO Do something else | 0:10 | | *************** END | | i.e. the 0:10 is not being picked up in the accumulation.