emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Tory S. Anderson
Subject: Re: [O] truncate-lines for org tables, visual-line-mode for rest?
Date: Mon, 26 Jan 2015 14:48:17 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

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               |
|          |                                                                    
                                             |


produces:

| my table | long-cell  |
|          | <10>       |
|          | tons of te |
|          |            |


"Vladimir Alexiev" <address@hidden> writes:

> 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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]