ahyatt / ekg

The emacs knowledge graph, app for notes and structured data.
GNU General Public License v3.0
224 stars 18 forks source link

Suppress byte-compile warnings #106

Closed syohex closed 11 months ago

syohex commented 11 months ago
ekg.el:1493:17: Warning: the function ‘org-activate-links’ is not known to be defined.
ekg.el:1003:10: Warning: the function ‘org-redisplay-inline-images’ is not  known to be defined.
ekg.el:819:55: Warning: the function ‘org-open-at-point’ is not known to be defined.
ahyatt commented 11 months ago

Thank you! I'm not sure why i didn't catch this on release, even though I usually byte compile from emacs -Q.