From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasushi SHOJI Subject: Re: [RFC] Moving "manual.org" into core Date: Wed, 24 Jan 2018 17:39:34 +0900 Message-ID: References: <87bmhooaj9.fsf@nicolasgoaziou.fr> <87tvveqi7u.fsf@bzg.fr> <87y3kqyp6m.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eeGao-0006ee-CU for emacs-orgmode@gnu.org; Wed, 24 Jan 2018 03:39:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eeGan-0000dw-HT for emacs-orgmode@gnu.org; Wed, 24 Jan 2018 03:39:38 -0500 Received: from mail-wm0-x232.google.com ([2a00:1450:400c:c09::232]:41686) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eeGan-0000dY-BK for emacs-orgmode@gnu.org; Wed, 24 Jan 2018 03:39:37 -0500 Received: by mail-wm0-x232.google.com with SMTP id f71so6795028wmf.0 for ; Wed, 24 Jan 2018 00:39:36 -0800 (PST) In-Reply-To: <87y3kqyp6m.fsf@gmx.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: emacs-org list Hi, On Mon, Jan 22, 2018 at 10:54 PM, Rasmus wrote: > Bastien Guerry writes: > >> I'm all for editing manual.org instead of org.texi in the long run. >> >> Before moving manual.org into doc/, I'd suggest we agree on editing >> variables like `fill-column' and the like: >> >> fill-column: 70 >> org-list-description-max-indent: 5 >> org-edit-src-content-indentation: ? >> org-src-preserve-indentation: ? >> >> This is necessary so that contributors don't mess up accidentally with >> the desired format. > > Could we use .dir-locals.el to ensure that the correct settings are > loaded? How about using org-lint or some other formatter on git commit hook? after go lang introduced gofmt, many projects adapted the method to keep the code constant. too much / slow? -- yashi