From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: visual-fill-column-mode with org Date: Sun, 08 Nov 2015 17:18:29 +0000 Message-ID: <874mgwtnoa.fsf@gmail.com> References: <7D8B6210-AA4A-4B1A-B559-C1D8E3C771AD@agrarianresearch.org> <87egg0zsw8.fsf@gmx.us> <4D836C93-D1A8-4239-BC21-AB7F32C0DBBD@agrarianresearch.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvTbv-0007Pk-ON for emacs-orgmode@gnu.org; Sun, 08 Nov 2015 12:18:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZvTbs-0002lk-Hv for emacs-orgmode@gnu.org; Sun, 08 Nov 2015 12:18:35 -0500 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:36647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvTbs-0002lG-Bx for emacs-orgmode@gnu.org; Sun, 08 Nov 2015 12:18:32 -0500 Received: by wimw2 with SMTP id w2so57474682wim.1 for ; Sun, 08 Nov 2015 09:18:31 -0800 (PST) In-Reply-To: <4D836C93-D1A8-4239-BC21-AB7F32C0DBBD@agrarianresearch.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Vikas Rawal , Rasmus , org-mode mailing list Hi Vikas, AFAIK, the visual-fill-mode features are implemented at a very low level in the display code, in C. It would be nice if it was possible to mark lines as exempt from wrapping (e.g. by putting a text property on them). Org could then arrange for tables to have this text property, and not be wrapped. But this would require changes to emacs=E2=80=99s C co= de. (I=E2=80=99m also not sure how it would interact with visual-fill-column-mo= de, which is a third-party addon.) Another option would be to use auto-fill-mode to keep your text paragraphs within your desired width, without affecting tables. --=20 Aaron Ecay