;;; my-web.el --- Functions related to web interactions ;;; Commentary: ;;; Code: (require 'my-strings) (defun fcuny/get-page-title (url) "Make URL into an 'org-mode' link." (let ((title)) (with-current-buffer (url-retrieve-synchronously url) (goto-char (point-min)) (re-search-forward "