Hi, On Mon, Jan 29, 2018 at 12:17 AM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Yasushi SHOJI <yasushi.sh...@gmail.com> 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