From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Re: org-download.el Date: Tue, 13 Jan 2015 09:58:52 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAxJR-0006EC-TS for emacs-orgmode@gnu.org; Tue, 13 Jan 2015 03:58:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YAxJO-0003Oi-Lk for emacs-orgmode@gnu.org; Tue, 13 Jan 2015 03:58:57 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:33184) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAxJO-0003Oc-Fk for emacs-orgmode@gnu.org; Tue, 13 Jan 2015 03:58:54 -0500 Received: by mail-wi0-f169.google.com with SMTP id n3so3563154wiv.0 for ; Tue, 13 Jan 2015 00:58:53 -0800 (PST) In-Reply-To: (briangpowell .'s message of "Tue, 13 Jan 2015 03:47:43 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "briangpowell ." Cc: emacs-orgmode , Chao Lu --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable "briangpowell ." writes: > * https://github.com/abo-abo/org-download/blob/master/org-download.el has: > > ... > (defcustom org-download-backend t > "Method to use for downloading." > :type '(choice > (const :tag "wget" "wget \"%s\" -O \"%s\"") > (const :tag "curl" "curl \"%s\" -o \"%s\"") > (const :tag "url-retrieve" t)) > :group 'org-download) > ... > > ** My guess: You don't have "wget" and/or "curl" on your Mac? either that, or they are not in the path used in emacs (are they installed via e.. homebrew?). Depending on how you set the paths, the emacs process might have different paths. Cheers, Rainer > > > On Tue, Jan 13, 2015 at 2:49 AM, Chao Lu wrote: > >> Dear all, >> >> Does anyone get org-download.el to work under Mac OSX? I'm struggling to >> get it work, but it seems to help a lot, empowering org to handle images= a >> lot easier. >> >> I believe I've installed org-download.el correctly, but when I'm dragging >> and drop the image into an org buffer, all I get is the link address >> inserted into the buffer, no downloading events trigger. >> >> I double checked a few things before coming here: >> - My system has both curl and download. >> - I've set the download image dir to ~/Downloads/Foo >> - The value of dnd-protocol-alist contains >> ("^\\(https?\\|ftp\\|file\\|nfs\\)://" . org-download-dnd) >> >> The emacs I'm using is "GNU Emacs 24.3.1 (x86_64-apple-darwin, NS >> apple-appkit-1038.36) of 2013-03-13 on bob.porkrind.org" >> >> Is there any thought what I should check? >> >> Best, >> >> Chao >> =2D-=20 Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBAgAGBQJUtN5NAAoJENvXNx4PUvmC1DYIALnHA2Njds6RAcUbO4vYzYjY BzlOoF5jF48MjI0Rdogu0BsLYCnIs0ICRmN3M+rE6hRHDhAr8Y4fdhChXwyR9H0n Y5rc6jeRtzsS1bdZEJhXlLtI9dY9CPY6EXHkfPdcalFb4ISsdy4sZlMOI+ooXuqn fNxxpVYh12ufi56ebvEZ/v/R55CDNWd0E1lvvTreoKmowVIsOMuJjCJouLpw6oZq jfvfevLh6DH5X/G6AfWAzH41i0ZlzClMV2XIyiQT8V41Xvm5mLMZLDZ1SZ74mxmt 8Kl6ssrIay63NnEeMoG4qkRPV3twM+qA2Tn5UM5k0EHmtuzqK2Cex6e5H7iV0Ek= =xDU/ -----END PGP SIGNATURE----- --=-=-=--