hi Rizvi, thanks for your reply! As far as i can see you run that from emacs => firefox/safari but i want it like browser => emacs Thank you so much! :) Regards, Daniel On 20 Jun 2014, at 20:05, Haider Rizvi wrote: > Daniel Franke writes: > >> as the subject says, I would like to get links from any browser (i almost don’t care which >> one) into org mode. > > Since you mention Safari, assume you are running on a Mac. Here is what you are looking for. > > ;;; setup org-mac-link-grabber > (require 'org-mac-link) > (add-hook 'org-mode-hook (lambda () > (define-key org-mode-map (kbd "C-c g") 'org-mac-grab-link) > )) > > > Regards, > -- > Haider > >