Re: [O] org-download.el

2015-01-19 Thread Oleh
> 2. As I'm testing now, I can get a "Wrong type argument: >number-or-marker-p, nil" error if the org-mode file in question is >empty or the cursor is before the first heading. Is this the case for > you? >I'll fix this case soon anyway. > -- Not really, I made a test.org then insert so

Re: [O] org-download.el

2015-01-18 Thread Chao Lu
Hi Oleh, Thanks a lot for the detailed instruction again, and the screencast is a good job as well! I just did the testing. Please see below. 1. Have you made any customizations to `org-download`? It's easier for me to proceed with the defaults. *-- No, all I did is (require 'org-download)* 2.

Re: [O] org-download.el

2015-01-18 Thread Oleh
Hi all, I've made a blog post regarding today's improvements to org-download at http://oremacs.com/2015/01/18/sprucing-up-org-download/. The post also links to a video demo: https://www.youtube.com/watch?v=dAojpHR-6Uo regards, Oleh

Re: [O] org-download.el

2015-01-18 Thread Oleh
> Thanks for the detailed instruction. I just checked following your advice, > by copying the address of the image (and by looking at the browser-ring, I > can make sure the address has been there), then M-x org-download-yank, > returns error: "if: Wrong type argument: number-or-marker-p, nil". > >

Re: [O] org-download.el

2015-01-18 Thread Chao Lu
Hi Oleh, Thanks for the detailed instruction. I just checked following your advice, by copying the address of the image (and by looking at the browser-ring, I can make sure the address has been there), then M-x org-download-yank, returns error: "if: Wrong type argument: number-or-marker-p, nil".

Re: [O] org-download.el

2015-01-15 Thread Oleh
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

Re: [O] org-download.el

2015-01-13 Thread Chao Lu
Thanks for the advice, but I've wget and curl installed through Mac ports. $ which crul=> /usr/texbin/curl $ which wget => /usr/texbin/wget And the value of my exec-path is: ("/usr/bin" "/bin" "/usr/sbin" "/sbin" "/Applications/Documents/Emacs.app/Contents/MacOS/libexec" "/Applications/Docum

Re: [O] org-download.el

2015-01-13 Thread Rainer M Krug
"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 \"

Re: [O] org-download.el

2015-01-13 Thread briangpowell .
* 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 "ur