t...@tsdye.com (Thomas S. Dye) writes: > Org-lint gives this warning: > > ,---------------------------------------------------------- > | 31 low Unknown value "no-export" for header ":eval" > `---------------------------------------------------------- > > But, ob-core.el appears to know the value: > > ,-------------------------------------------------------------------------------- > | ob-core.el: (,eval-no-export (and ,export (or (equal ,eval > "no-export") > `-------------------------------------------------------------------------------- > > Is this a false positive?
Yes, this was an omission in "ob-core.el". I fixed it in master. You'll need to rebase wip-lint against it. Thank you. Regards,