Re: [O] Bug: Preserve text-properties of cells when moving column in org-table

2017-02-13 Thread Nicolas Goaziou
Hello, "Stefan-W. Hahn" writes: > moving org-table rows is implemented with delete-region and insert which > preserve text-properties. Moving org-table columns is implemented > with replace-string, which removes text-properties. > > My proposal is to use transpose-regions in org-table-move-colum

[O] Bug: Preserve text-properties of cells when moving column in org-table

2017-02-12 Thread Stefan-W. Hahn
Hello, moving org-table rows is implemented with delete-region and insert which preserve text-properties. Moving org-table columns is implemented with replace-string, which removes text-properties. My proposal is to use transpose-regions in org-table-move-column which will preserve text-propertie