Am 02.03.26 um 17:21 schrieb Ihor Radchenko:
"L.C. Karssen" <[email protected]> writes:
It looks like these errors occur on each line where a manual run of
org-lint also finds an error. Maybe this is related to the fact that I
use Flycheck? A new version of Flycheck was released on 2026-02-19 and
it enabled org-lint by default for Org files. Maybe running org-lint in
the background somehow doesn't produce the same "human readable"
messages as when it is run manually.
Likely flycheck.
https://github.com/flycheck/flycheck/issues/2161
Also,
https://list.orgmode.org/orgmode/[email protected]/
I observe this with org-lint. Running org-lint manually on my sample org
file leads to this report:
25 low Independent keyword DOWNLOADED may be confused with
affiliated keywords below
130 low Independent keyword DOWNLOADED may be confused with
affiliated keywords below
And this is what happens at line 25:
#+DOWNLOADED: screenshot @ 2026-04-28 12:23:45
#+attr_org: :width 400px
[[attachment:2026-04-28_12-23-45_screenshot.png]]
I'd expect that the syntax is correct, since auto-generated when
attaching the file. Or has there been a change?