From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Fraga, Eric" Subject: Re: Truncate lines option on file startup Date: Sun, 10 Nov 2019 12:47:45 +0000 Message-ID: <87k187gaof.fsf@ucl.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35432) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iTmdC-0008Hr-Ut for emacs-orgmode@gnu.org; Sun, 10 Nov 2019 07:47:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iTmdB-00044u-Sg for emacs-orgmode@gnu.org; Sun, 10 Nov 2019 07:47:50 -0500 Received: from mail-eopbgr50128.outbound.protection.outlook.com ([40.107.5.128]:32738 helo=EUR03-VE1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iTmdB-000436-Fq for emacs-orgmode@gnu.org; Sun, 10 Nov 2019 07:47:49 -0500 In-Reply-To: (Dmitrii Korobeinikov's message of "Sun, 10 Nov 2019 18:12:15 +0600") Content-Language: en-US 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" To: Dmitrii Korobeinikov Cc: emacs-orgmode On Sunday, 10 Nov 2019 at 18:12, Dmitrii Korobeinikov wrote: > PS if this turns out to be hairy, I can use .dir-locals.el, but the featu= re > would still be a nice-to-have. You could use file local variables for this, e.g. # Local Variables: # truncate-lines: t # End: at the end of your org file or # -*- truncate-lines: t; -*- as the first line of your file. This is not org specific so I guess there is no real justification for an org variable for this feature. --=20 Eric S Fraga via Emacs 27.0.50, Org release_9.2.6-552-g8c5a78