Daniel Franke <dan...@dfranke.com> 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