Closed omsai closed 4 years ago
what are the steps to reproduce that? looks like you are just installing from melpa and byte-compiling the package while installing?
The easiest way to reproduce is running flycheck: https://www.flycheck.org/en/latest/ ... you can see a list of those warnings with M-x flycheck-list-errors
. 2 of the 3 warnings go away when adding (require org-table)
. That's how I originally noticed the warnings. Indeed, showing the MELPA output was probably not the best way to demonstrate the problem. If you haven't used flycheck before, it might be something you'll enjoy a lot.
ok ... i found the row-index thingy ... will publish a new version ...
about org-table i dont yet understand the problem. what version of emacs and org-mode do you use? for emacs i have 26.3 for org-mode i have 9.1.9. perhaps the scope of the byte-compile is much smaller than when its run really in emacs (my understanding would be that org-table is autoloaded by org because i just can enter a table a soon as i am in org mode, but i could be wrong there... i will just add it now :) ).
I'm using org-mode 9.1.9 but with Emacs 26.1 on Debian :shrug:
thanks ... lets wait until org-kanban is populated on melpa ... and what errors you now get when installing :) thanks for the report anyways! the row-index thing i also saw already in flycheck, but was to lazy to fix.
It looks like an explicit
(require org-table)
is necessary to silence these warnings:I'm not familiar with elisp enough to fix the unused lexical variable row-index warning. I'll create a PR for org-table.