Hi,

What are the "\_" sequences in indented lines of column view dynamic blocks good for? I just find them ugly and irritating. See the simple example below:

#+BEGIN: columnview :indent t :id local
| ITEM          | a |
|---------------+---|
| column view   | 7 |
| \_  item1     | 3 |
| \_    item1.1 | 3 |
| \_  item2     | 4 |
#+END


And is there a way to omit the root of the branch ("column view" in this case)?

thx