Re: [PATCH] Add next-error support to org-lint report buffer

2025-02-10 Thread Ihor Radchenko
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 >>

Re: [PATCH] Add next-error support to org-lint report buffer

2025-01-04 Thread Malcolm Purvis
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

Re: [PATCH] Add next-error support to org-lint report buffer

2025-01-02 Thread Ihor Radchenko
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

Re: [PATCH] Add next-error support to org-lint report buffer

2025-01-02 Thread Malcolm Purvis
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

Re: [PATCH] Add next-error support to org-lint report buffer

2024-12-28 Thread Ihor Radchenko
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

Re: [PATCH] Add next-error support to org-lint report buffer

2024-12-27 Thread Malcolm Purvis
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

Re: [PATCH] Add next-error support to org-lint report buffer

2024-12-24 Thread Ihor Radchenko
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

[PATCH] Add next-error support to org-lint report buffer

2024-12-13 Thread Malcolm Purvis
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