tocoda <[email protected]> writes:

> Hello,
>
> I still encounter lint errors for my attachments, e.g.
>
> 38 low   Independent keyword DOWNLOADED may be confused with
> affiliated keywords below

Hi, Daniel,

This means a keyword is not separated with a blank line from an
"affiliated" keyword below, i.e. one that applies to a following
element. E.g.

  #+PROPERTY: key val
  #+NAME: tbl1
  | A | B |

triggers the warning,

  #+PROPERTY: key val
  
  #+NAME: tbl1
  | A | B |

does not.

So you can look for a `DOWNLOADED' keyword to see if this is what is
happening and where it comes from; I don't think there's any such
keyword in Org by default.

Regards,
Christian

Reply via email to