From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasushi SHOJI Subject: Re: [RFC] Moving "manual.org" into core Date: Mon, 29 Jan 2018 11:40:24 +0900 Message-ID: References: <87bmhooaj9.fsf@nicolasgoaziou.fr> <87tvveqi7u.fsf@bzg.fr> <87y3kqyp6m.fsf@gmx.us> <87y3kncx6x.fsf@nicolasgoaziou.fr> <87efmcucyw.fsf@nicolasgoaziou.fr> <87bmherp0r.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1efzMz-0001SJ-T4 for emacs-orgmode@gnu.org; Sun, 28 Jan 2018 21:40:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1efzMy-0007Uf-T7 for emacs-orgmode@gnu.org; Sun, 28 Jan 2018 21:40:29 -0500 Received: from mail-lf0-x229.google.com ([2a00:1450:4010:c07::229]:41646) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1efzMy-0007UA-Hm for emacs-orgmode@gnu.org; Sun, 28 Jan 2018 21:40:28 -0500 Received: by mail-lf0-x229.google.com with SMTP id f136so7703370lff.8 for ; Sun, 28 Jan 2018 18:40:26 -0800 (PST) In-Reply-To: <87bmherp0r.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-org list Hi, On Mon, Jan 29, 2018 at 12:17 AM, Nicolas Goaziou wrote: > Yasushi SHOJI writes: > >> A big one seems to be the indentation of description lists. >> The formatter seems to prefer aligning the begging of a description >> to the begging of a term. But manual.org has some indentation. > > Somewhat fixed. The indentation of description items is weird. I confirm that. Thank you, always, for your great work! >> The other big one is indentation of begin_example. I'm not sure >> this one is my setting or not. > > Have you set `org-src-preserve-indentation' or > `org-edit-src-content-indentation'? Nop. `org-src-preserve-indentation' is nil. `org-edit-src-content-indentation' is 2. But, formatter still align the contents to 0. Do you see this on your env? Or, is it just me? >> Some minor diff is caused by links. The formatter doesn't fold a >> paragraph when link is at the end of the line. That is, if a paragraph >> has a [[link like this]], the line goes on and on till the next fold >> point. > > Not sure how to fix this, or even if that should be fixed. I'd like to have the formatter and `fill-paragraph` work in a coherent way. But, if you, who know org much better than me, don't know, I don't think I can help. Though, just in case, can you elaborate a bit? Since you fixed the big ones, I can see another issue. This is also indentation issue, but with a macro replacement . Somehow, macro replacement gets extra indentation. Like this: @@ -6226,7 +6200,7 @@ schedule an item:[fn:65] or which will become due within ~org-deadline-warning-days~. With {{{kbd(C-u)}}} prefix, show all deadlines in the file. With a numeric prefix, check that many days. For example, {{{kbd(C-1 - C-c / d)}}} shows all deadlines due tomorrow. + C-c / d)}}} shows all deadlines due tomorrow. -- yashi