* (eval-when-compile (require 'async)) in org-download.el
@ 2014-02-27 10:15 Oleh
0 siblings, 0 replies; only message in thread
From: Oleh @ 2014-02-27 10:15 UTC (permalink / raw)
To: org mode
Hi all,
There's an issue (https://github.com/abo-abo/org-download/issues/7)
with `org-download` on some systems resulting from `async` not being
found even when the user has it on his system.
The problem comes from org's `make install` producing a different
org-download.elc than by manual byte-compilation. The issue could be
resolved by putting (eval-when-compile (require 'async)) in
org-download.el, but `make install` does not see 'async as the paths
aren't set up when it does the compiling.
Any recommendations to resolve this issue are welcome.
Proposed variants include:
- setting `no-byte-compile` locally in org-download.el
- suggesting to use `(require 'org-download "org-download.el")` instead
of `(require 'org-download)`
regards,
Oleh
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-02-27 10:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-27 10:15 (eval-when-compile (require 'async)) in org-download.el Oleh
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).