[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Org lint and named source blocks
From: |
Ihor Radchenko |
Subject: |
Re: Org lint and named source blocks |
Date: |
Mon, 04 Oct 2021 14:16:21 +0800 |
Ihor Radchenko <yantar92@gmail.com> writes:
> This one is tricky. The linter (org-lint-duplicate-name) expects that
> NAME keyword must have space before value. However, the actual Org
> parser (org-element--collect-affiliated-keywords) does not care about
> space. My intuition says that the parser behaviour is
> unintentional. However, not requiring a whitespace may also be a valid
> syntax.
For the time being, let's prefer what org-element does over the linter.
I have pushed the fix to bugfix as bd0493eda.
Best,
Ihor
- Re: Org lint and named source blocks,
Ihor Radchenko <=