Ypo <ypun...@gmail.com> writes:

> In columnview dynamic blocks, the Width property doesn't seem to work
>
> In this example the first column width is the same if I write ~%5ITEM~
> than ~%ITEM~
>
> * PROYECTO EMACS
> :PROPERTIES:
> :COLUMNS:  %5ITEM(PROJECT)
> :END:
>
> #+BEGIN: columnview
> #+END:

Confirmed.
Unlike `org-columns' command (C-c C-x C-c), dynamic column blocks are
ignoring the width specs. Handling specs is simply not implemented. This
is not explicitly stated in the manual though.

One can just add column width specs in `org-dblock-write:columnview'.
Or we may document the current behaviour.

Patches welcome :)

-- 
Ihor Radchenko,
Org mode contributor,
Learn more about Org mode at https://orgmode.org/.
Support Org development at https://liberapay.com/org-mode,
or support my work at https://liberapay.com/yantar92

Reply via email to