Re: [O] truncate-lines for org tables, visual-line-mode for rest?

2017-06-04 Thread Michael Brand
Hi all On Mon, Jan 26, 2015 at 9:24 PM, Eric S Fraga wrote: > On Monday, 26 Jan 2015 at 21:43, Vladimir Alexiev wrote: >> I use visual-line-mode to wrap long lines on display. >> But for org tables, wrapping makes the display very confused. >> Is it possible to have truncate-lines ONLY for line

Re: [O] truncate-lines for org tables, visual-line-mode for rest?

2015-01-26 Thread Grant Rettke
How do you configure this parameter to achieve that effect? On Mon, Jan 26, 2015 at 1:48 PM, Tory S. Anderson wrote: > I solve this problem in my tables by using a table length-constraining > parameter: > > | my table | long-cell | > | | <10> | > | | tons of text that sh

Re: [O] truncate-lines for org tables, visual-line-mode for rest?

2015-01-26 Thread Eric S Fraga
On Monday, 26 Jan 2015 at 21:43, Vladimir Alexiev wrote: > I use visual-line-mode to wrap long lines on display. > But for org tables, wrapping makes the display very confused. > Is it possible to have truncate-lines ONLY for lines that represent tables? I have the same issue. I do have visual-li

Re: [O] truncate-lines for org tables, visual-line-mode for rest?

2015-01-26 Thread Tory S. Anderson
I solve this problem in my tables by using a table length-constraining parameter: | my table | long-cell | | | <10> | | | tons of text that should be cut off at a reasonable length (just 10 chars) and not run on forever | | |

[O] truncate-lines for org tables, visual-line-mode for rest?

2015-01-26 Thread Vladimir Alexiev
I use visual-line-mode to wrap long lines on display. But for org tables, wrapping makes the display very confused. Is it possible to have truncate-lines ONLY for lines that represent tables?