Re: [O] How do you store web pages for reference?

2017-03-22 Thread Adam Porter
Thanks for sharing that, Bob. You mentioned on that page that you couldn't get it working with a capture template; here's what I use, which does use a capture template. Maybe this will be helpful: #+BEGIN_SRC elisp (defun ap/org-capture-w3m () "Call org-capture with the `W' template. Use

Re: [O] How do you store web pages for reference?

2017-03-17 Thread Alan Schmitt
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

Re: [O] How do you store web pages for reference?

2017-03-16 Thread Bob Newell
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

Re: [O] How do you store web pages for reference?

2017-03-15 Thread Alan Schmitt
Hello Peter, On 2017-03-13 13:43, Peter Salazar writes: > By the way, you can definitely save a PDF with links if you prefer that. I > use DevonThink, and I use this snippet to save > a PDF of a webpage, complete with links. > >

Re: [O] How do you store web pages for reference?

2017-03-14 Thread Adonay Felipe Nogueira
Note 1: You might need to load "org-bibtex". Note 2: "org-bibtex" only accepts some properties to be exposed to org-capture, it's not an exact parser like "bibtex" package. As a future suggestion: I would like to suggest "org-bibtex" to be improved so as to take all fields parsed by the "bibtex"

Re: [O] How do you store web pages for reference?

2017-03-13 Thread Peter Salazar
By the way, you can definitely save a PDF with links if you prefer that. I use DevonThink, and I use this snippet to save a PDF of a webpage, complete with links.

Re: [O] How do you store web pages for reference?

2017-01-16 Thread Alan Schmitt
Hello, Thanks a lot for all the great answers. I'm leaning toward org-board at the moment, but I've saved the research workflow article with zotero (in org-board) to look at it in more details. I'm very glad to see these solutions, as they will allow me to depend less on DEVONthink, which is the

Re: [O] How do you store web pages for reference?

2017-01-16 Thread Scott Otterson
I use Evernote, which has handy annotation, tagging, and search functions. The offline desktop client also has a "Copy URL" button, which puts the Evernote server location where you stored the page into your clipboard. I paste that into an org-mode link. If you're on Linux, you can copy the URL

Re: [O] How do you store web pages for reference?

2017-01-16 Thread Robert Horn
There is also a Firefox plugin "ScrapBook X", which is a successor to Scrapbook. It can capture the web page alone (with links to outside world) and allows you to select by depth or link additional pages that are also to be captured. (If you have infinite time and storage with the right links

Re: [O] How do you store web pages for reference?

2017-01-16 Thread Karl Voit
Hi Alan, * Alan Schmitt wrote: > On 2017-01-16 15:43, Karl Voit writes: > >> I am using the Firefox plugin Shelve[1] which stores all of my web >> pages visited. Those HTML files are written with an ISO time-stamp >> in their file name.

Re: [O] How do you store web pages for reference?

2017-01-16 Thread William Denton
On 16 January 2017, Alan Schmitt wrote: Thanks a lot for the suggestion. I thought Zotero was only for bibliography, but I see it has a nice way to save web pages. I need to see how much of a data silo it is. Zotero's wonderful, and with a Firefox add-on and an Emacs package you can easily

Re: [O] How do you store web pages for reference?

2017-01-16 Thread Alan Schmitt
Hello Karl, On 2017-01-16 15:43, Karl Voit writes: > On Mon, Jan 16 2017 at 09:48:38 am, Alan Schmitt wrote: > >> I'm looking for a workflow that allows me to save a web page for >> reference, ideally from Firefox. I know of org-protocol-capture-html >>

Re: [O] How do you store web pages for reference?

2017-01-16 Thread Karl Voit
On Mon, Jan 16 2017 at 09:48:38 am, Alan Schmitt wrote: > I'm looking for a workflow that allows me to save a web page for > reference, ideally from Firefox. I know of org-protocol-capture-html > (https://github.com/alphapapa/org-protocol-capture-html), which is > perfect for pure-text pages,

Re: [O] How do you store web pages for reference?

2017-01-16 Thread Alan Schmitt
Hi Charles, On 2017-01-16 11:38, char...@aurox.ch (Charles A. Roelli) writes: > On Mon, Jan 16 2017 at 09:48:38 am, Alan Schmitt wrote: > >> I'm looking for a workflow that allows me to save a web page for >> reference, ideally from Firefox. I know of org-protocol-capture-html >>

Re: [O] How do you store web pages for reference?

2017-01-16 Thread Charles A. Roelli
Hi Alan, On Mon, Jan 16 2017 at 09:48:38 am, Alan Schmitt wrote: > I'm looking for a workflow that allows me to save a web page for > reference, ideally from Firefox. I know of org-protocol-capture-html > (https://github.com/alphapapa/org-protocol-capture-html), which is > perfect for pure-text

Re: [O] How do you store web pages for reference?

2017-01-16 Thread Michael Welle
Hello, Alan Schmitt writes: > Hello Michael, > > On 2017-01-16 10:22, Michael Welle writes: > >>> I'm looking for a workflow that allows me to save a web page for >>> reference, ideally from Firefox. I know of org-protocol-capture-html >>>

Re: [O] How do you store web pages for reference?

2017-01-16 Thread Alan Schmitt
Hello Michael, On 2017-01-16 10:22, Michael Welle writes: >> I'm looking for a workflow that allows me to save a web page for >> reference, ideally from Firefox. I know of org-protocol-capture-html >> (https://github.com/alphapapa/org-protocol-capture-html), which is >>

Re: [O] How do you store web pages for reference?

2017-01-16 Thread Michael Welle
Hello, Alan Schmitt writes: > Hello, > > I'm looking for a workflow that allows me to save a web page for > reference, ideally from Firefox. I know of org-protocol-capture-html > (https://github.com/alphapapa/org-protocol-capture-html), which is > perfect for

[O] How do you store web pages for reference?

2017-01-16 Thread Alan Schmitt
Hello, I'm looking for a workflow that allows me to save a web page for reference, ideally from Firefox. I know of org-protocol-capture-html (https://github.com/alphapapa/org-protocol-capture-html), which is perfect for pure-text pages, but I'm also looking for a solution for images-heavy pages.