From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleh Subject: Re: org-download.el Date: Thu, 15 Jan 2015 13:11:55 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBjHK-0007pj-Ue for emacs-orgmode@gnu.org; Thu, 15 Jan 2015 07:11:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YBjHJ-0007J8-UO for emacs-orgmode@gnu.org; Thu, 15 Jan 2015 07:11:58 -0500 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:47898) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBjHJ-0007J2-NG for emacs-orgmode@gnu.org; Thu, 15 Jan 2015 07:11:57 -0500 Received: by mail-wi0-f182.google.com with SMTP id h11so17292451wiw.3 for ; Thu, 15 Jan 2015 04:11:56 -0800 (PST) In-Reply-To: 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: Chao Lu Cc: emacs-orgmode@gnu.org Hello, > 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'm the org-download author. I've mentioned these things on the tracker, but there's no harm to posting here additionally. I don't have OSX, so I can't test it. However, it should work in theory, since all tools used are portable. Try using `org-download-yank' first: this one does everything except drag-and-drop. Just right click and copy the image url in the browser, and call `org-download-yank' in Emacs. If it doesn't work, the issue is with dnd, otherwise it's with the downloading itself. The default `org-download-backend 'uses `url-retrieve', which is a part of Emacs, so if it doesn't work then it's an Emacs bug. regards, Oleh