From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: How do you store web pages for reference? Date: Fri, 17 Mar 2017 09:05:03 +0100 Message-ID: References: <2017-01-16T15-41-12@devnull.Karl-Voit.at> <2017-01-16T17-27-24@devnull.Karl-Voit.at> <8760j9rqk9.fsf@bobnewell.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1comso-0004ba-AY for emacs-orgmode@gnu.org; Fri, 17 Mar 2017 04:05:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1comsj-0003ri-82 for emacs-orgmode@gnu.org; Fri, 17 Mar 2017 04:05:10 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:62195) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1comsi-0003rL-Rb for emacs-orgmode@gnu.org; Fri, 17 Mar 2017 04:05:05 -0400 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" To: Bob Newell Cc: "Emacs-orgmode@gnu.org" --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2017-03-16 09:04, Bob Newell writes: > Scott Otterson writes: > >> I use Evernote, which has handy annotation, tagging, and search > > I use this also, but I wanted something working within Emacs similar to > the Evernote web-clipper. Org-board is very powerful but requires an > intermediate step of creating a headline with a URL property. I have this automated with org-capture and a hook: #+BEGIN_SRC emacs-lisp (setq org-board-capture-file "my-org-board.org") (setq org-capture-templates `(... ("c" "capture through org protocol" entry (file+headline ,org-board-capture-file "Unsorted") "* %?%:description\n:PROPERTIES:\n:URL: %:link\n:END:\n\n Added = %U") ...)) (defun do-org-board-dl-hook () (when (equal (buffer-name) (concat "CAPTURE-" org-board-capture-file)) (org-board-archive))) (add-hook 'org-capture-before-finalize-hook 'do-org-board-dl-hook) #+END_SRC Best, Alan =2D-=20 OpenPGP Key ID : 040D0A3B4ED2E5C7 Monthly Athmospheric CO=E2=82=82, Mauna Loa Obs. 2017-02: 406.42, 2016-02: = 404.04 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBCgAGBQJYy5ivAAoJEAQNCjtO0uXH7zwIAIB5RzcUt4sNl77ku59E3Lkw orFadEUnPdJRIC8ps4lxIkYsbeYuhv03rmX6qFy79O5BYyfs9wYsqyiW0FLVdbfC NT5DCRdYBvlLDnOH6kcQ6Gm2MBCRMRICccfwErh8jvtZxpJRgex/cpw0N7QGEN1Q Via2ohsyOOjhZmvTfENzTlOzCgorLqW5Xmy5XhwRarzPH6/Qavq/eM+ZH6a6Npo4 Y1NotHxJQebgVcshSb8Ksxc9ar7jrJrBeO0DEskTRpWKqif+N9MszmR+EPnmsIHR jjKpqOLbApg1uIf8sJbabD97mDySvjnri8k226huRReGht7IOx4btVGfbsW14TU= =buN2 -----END PGP SIGNATURE----- --=-=-=--