Malcolm Purvis writes:
>
>> There is another problem though. Consider: 1. M-x org-lint
>> 2. Switch back to the original .org buffer 3. M-g M-n 4. Observe
>> link report and .org window swapped and point moving back
>>to the lint report. It is not what usually happens with error
>>
There is another problem though. Consider: 1. M-x org-lint
2. Switch back to the original .org buffer 3. M-g M-n 4. Observe
link report and .org window swapped and point moving back
to the lint report. It is not what usually happens with error
navigation (e.g. during compile or grep na
Malcolm Purvis writes:
> Thanks for the review and happy new year..
>
>>> -| {{{kbd(S)}}} | Sort reports by the column at point |
>> Looks like you deleted this line by accident.
>
> I've restored this in the patch below.
I think you can simply squash the fix with the original patch.
>> I
Thanks for the review and happy new year..
-| {{{kbd(S)}}} | Sort reports by the column at point |
Looks like you deleted this line by accident.
I've restored this in the patch below.
I just tried your patch on an Org file with 2 warnings and tried
to press C-x ` repeatedly. Upon moving to
Malcolm Purvis writes:
> Apologies for the malformed patch. Here it is as an attachment.
Thanks!
> -| {{{kbd(S)}}} | Sort reports by the column at point
> |
Looks like you deleted this line by accident.
> +*** next-error supports =org-lint= reports
> +
> +The comma
attachment.
Malcolm
--
Malcolm Purvis
>From 72a4e81238a78af1a58c49c1418cffb4032f3bfd Mon Sep 17 00:00:00 2001
From: Malcolm Purvis
Date: Sat, 14 Dec 2024 17:18:09 +1100
Subject: [PATCH] Add next-error support to org-lint report buffer
* doc/org-manual.org (Org Syntax): Add next-er
Malcolm Purvis writes:
> Years of muscle memory have made me expect that the output of
> linter tools can be processed with `next-error' (C-x `). This
> isn't the case with org-lint. This patch hooks the org linter
> report into the next-error infrastructure.
Thanks for the patch!
Unfortuna
Years of muscle memory have made me expect that the output of
linter tools can be processed with `next-error' (C-x `). This
isn't the case with org-lint. This patch hooks the org linter
report into the next-error infrastructure.
I should have my copyright assignment on file with the FSF.
Ma