* Web bookmarks in ORG?
@ 2011-07-11 9:59 Angel de Vicente
2011-07-11 10:26 ` Jambunathan K
` (3 more replies)
0 siblings, 4 replies; 10+ messages in thread
From: Angel de Vicente @ 2011-07-11 9:59 UTC (permalink / raw)
To: emacs-orgmode
Hi,
Is there anyone using ORG for keeping web bookmarks? Basically I'm
looking at Delicious-like functionality, where I just put tags to web
addresses and I can search the bookmarks either for their name or with
tags.
I have looked at webjump and w3m but they seem to keep old-fashioned
ways for organizing the bookmark file. I just thought that perhaps this
could be done with Org. Any ideas?
Thanks,
--
Ángel de Vicente
http://angel-de-vicente.blogspot.com/
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Web bookmarks in ORG?
2011-07-11 9:59 Web bookmarks in ORG? Angel de Vicente
@ 2011-07-11 10:26 ` Jambunathan K
2011-07-11 16:43 ` Angel de Vicente
2011-07-11 10:38 ` Masashi Miyamura
` (2 subsequent siblings)
3 siblings, 1 reply; 10+ messages in thread
From: Jambunathan K @ 2011-07-11 10:26 UTC (permalink / raw)
To: Angel de Vicente; +Cc: emacs-orgmode
> Hi,
>
> Is there anyone using ORG for keeping web bookmarks? Basically I'm
> looking at Delicious-like functionality, where I just put tags to web
> addresses and I can search the bookmarks either for their name or with
> tags.
Look at quickurl. I have been using it for quite sometime now. This is
not Org related.
You can also search for org-protocol + org-capture + firefox and you
will be able to see some solutions that fit your needs.
> I have looked at webjump and w3m but they seem to keep old-fashioned
> ways for organizing the bookmark file. I just thought that perhaps this
> could be done with Org. Any ideas?
>
> Thanks,
--
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Web bookmarks in ORG?
2011-07-11 9:59 Web bookmarks in ORG? Angel de Vicente
2011-07-11 10:26 ` Jambunathan K
@ 2011-07-11 10:38 ` Masashi Miyamura
2011-07-11 14:07 ` Jason Dunsmore
2011-07-18 15:57 ` joakim
3 siblings, 0 replies; 10+ messages in thread
From: Masashi Miyamura @ 2011-07-11 10:38 UTC (permalink / raw)
To: emacs-orgmode
Hello Ángel,
> Is there anyone using ORG for keeping web bookmarks? Basically I'm
> looking at Delicious-like functionality, where I just put tags to web
> addresses and I can search the bookmarks either for their name or with
> tags.
That is the idea I organize my bookmarks.
You might be interested in the followings:
- http://orgmode.org/manual/Capture.html#Capture
- http://orgmode.org/worg/org-contrib/org-protocol.html
In short, I make a bookmark in Firefox via org-protocol.
Hope this help.
--
Masashi Miyamura
http://saira.mimamu.net
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Web bookmarks in ORG?
2011-07-11 9:59 Web bookmarks in ORG? Angel de Vicente
2011-07-11 10:26 ` Jambunathan K
2011-07-11 10:38 ` Masashi Miyamura
@ 2011-07-11 14:07 ` Jason Dunsmore
2011-07-11 16:42 ` Angel de Vicente
2011-07-18 15:57 ` joakim
3 siblings, 1 reply; 10+ messages in thread
From: Jason Dunsmore @ 2011-07-11 14:07 UTC (permalink / raw)
To: Angel de Vicente; +Cc: emacs-orgmode
Angel de Vicente <angelv@iac.es> writes:
> Is there anyone using ORG for keeping web bookmarks? Basically I'm
> looking at Delicious-like functionality, where I just put tags to web
> addresses and I can search the bookmarks either for their name or with
> tags.
For a while, I was keeping an Org file with bookmarks organized
del.icio.us-style, eg:
--8<---------------cut here---------------start------------->8---
* [[http://url1.com][Title1]] :tag1:tag2:tag3:
Notes...
* [[http://url2.com][Title2]] :tag1:tag2:tag3:
Notes...
* ...
--8<---------------cut here---------------end--------------->8---
But then I started incorporating the links into the body of my notes (I
keep a "notebook" directory with an Org file for each broad subject and
Org headings/subheadings for more granular organization). I found the
web links much more useful in the context of my notes, so I stopped
using the del.icio.us-style format.
Regards,
Jason
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Web bookmarks in ORG?
2011-07-11 14:07 ` Jason Dunsmore
@ 2011-07-11 16:42 ` Angel de Vicente
0 siblings, 0 replies; 10+ messages in thread
From: Angel de Vicente @ 2011-07-11 16:42 UTC (permalink / raw)
To: emacs-orgmode
Hi,
Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:
> Angel de Vicente <angelv@iac.es> writes:
>
>> Is there anyone using ORG for keeping web bookmarks? Basically I'm
>> looking at Delicious-like functionality, where I just put tags to web
>> addresses and I can search the bookmarks either for their name or with
>> tags.
>
> For a while, I was keeping an Org file with bookmarks organized
> del.icio.us-style, eg:
>
>
> --8<---------------cut here---------------start------------->8---
> * [[http://url1.com][Title1]] :tag1:tag2:tag3:
>
> Notes...
>
> * [[http://url2.com][Title2]] :tag1:tag2:tag3:
>
> Notes...
>
> * ...
> --8<---------------cut here---------------end--------------->8---
I guess I was looking for something a bit more automatic... I would like
to have at least two of the delicious functionalities:
1) to get automatic category suggestion (or at least to get them
completed when pressing TAB or similar), and
2) a nice way to look for all the bookmarks that are in category X
I was looking to have it done perhaps with BBDB, instead, but I wouldn't
like to get a mess when writing mails.
I'm open to suggestions,
--
Ángel de Vicente
http://angel-de-vicente.blogspot.com/
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Web bookmarks in ORG?
2011-07-11 10:26 ` Jambunathan K
@ 2011-07-11 16:43 ` Angel de Vicente
2011-07-11 19:00 ` Bastien
0 siblings, 1 reply; 10+ messages in thread
From: Angel de Vicente @ 2011-07-11 16:43 UTC (permalink / raw)
To: emacs-orgmode
Hi,
Jambunathan K <kjambunathan@gmail.com> writes:
>> Hi,
>>
>> Is there anyone using ORG for keeping web bookmarks? Basically I'm
>> looking at Delicious-like functionality, where I just put tags to web
>> addresses and I can search the bookmarks either for their name or with
>> tags.
>
> Look at quickurl. I have been using it for quite sometime now. This is
> not Org related.
Thanks, but I'm specifically looking for a way to organize bookmarks
with tags for easy storing/searching, and as far as I can tell, quickurl
does not provide anything in that respect?
Cheers,
--
Ángel de Vicente
http://angel-de-vicente.blogspot.com/
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Web bookmarks in ORG?
2011-07-11 16:43 ` Angel de Vicente
@ 2011-07-11 19:00 ` Bastien
2011-07-15 9:38 ` Angel de Vicente
0 siblings, 1 reply; 10+ messages in thread
From: Bastien @ 2011-07-11 19:00 UTC (permalink / raw)
To: Angel de Vicente; +Cc: emacs-orgmode
Hi Angel,
maybe you can have a look at GNU recutils:
http://www.gnu.org/s/recutils/
I'd be curious to know if recutils has been used to store
and manage bookmarks, but I think it's a natural fit.
We had some discussion with the author, Jose E. Marchesi,
who is an this list -- and recutils/org integration is not
impossible either.
HTH,
--
Bastien
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Web bookmarks in ORG?
2011-07-11 19:00 ` Bastien
@ 2011-07-15 9:38 ` Angel de Vicente
2011-07-16 11:29 ` Bastien
0 siblings, 1 reply; 10+ messages in thread
From: Angel de Vicente @ 2011-07-15 9:38 UTC (permalink / raw)
To: emacs-orgmode
Bastien <bzg@altern.org> writes:
> Hi Angel,
>
> maybe you can have a look at GNU recutils:
>
> http://www.gnu.org/s/recutils/
>
> I'd be curious to know if recutils has been used to store
> and manage bookmarks, but I think it's a natural fit.
>
> We had some discussion with the author, Jose E. Marchesi,
> who is an this list -- and recutils/org integration is not
> impossible either.
Thanks for the suggestion. I'm very busy right now, so I didn't look at
this, but I will certainly come back to it, and report back. (There was
also a Emacs Database, EDB, which I never used, but which perhaps could
also be used, but I'm not sure if that is still maintained...)
Cheers,
--
Ángel de Vicente
http://angel-de-vicente.blogspot.com/
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Web bookmarks in ORG?
2011-07-15 9:38 ` Angel de Vicente
@ 2011-07-16 11:29 ` Bastien
0 siblings, 0 replies; 10+ messages in thread
From: Bastien @ 2011-07-16 11:29 UTC (permalink / raw)
To: Angel de Vicente; +Cc: emacs-orgmode
Hi Angel,
Angel de Vicente <angelv@iac.es> writes:
> Thanks for the suggestion. I'm very busy right now, so I didn't look at
> this, but I will certainly come back to it, and report back. (There was
> also a Emacs Database, EDB, which I never used, but which perhaps could
> also be used, but I'm not sure if that is still maintained...)
Great -- let us know about your progress, it can boost any org/recutils
gateway.
Thanks,
--
Bastien
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Web bookmarks in ORG?
2011-07-11 9:59 Web bookmarks in ORG? Angel de Vicente
` (2 preceding siblings ...)
2011-07-11 14:07 ` Jason Dunsmore
@ 2011-07-18 15:57 ` joakim
3 siblings, 0 replies; 10+ messages in thread
From: joakim @ 2011-07-18 15:57 UTC (permalink / raw)
To: emacs-orgmode
Angel de Vicente <angelv@iac.es> writes:
> Hi,
>
> Is there anyone using ORG for keeping web bookmarks? Basically I'm
> looking at Delicious-like functionality, where I just put tags to web
> addresses and I can search the bookmarks either for their name or with
> tags.
>
> I have looked at webjump and w3m but they seem to keep old-fashioned
> ways for organizing the bookmark file. I just thought that perhaps this
> could be done with Org. Any ideas?
>
> Thanks,
Im also interested in this for my webkit embedded in emacs project.
(bzr co bzr+ssh://jave@bzr.savannah.gnu.org/emacs/xwidget/)
Currently I just use urls in org files and open them with c-o. It works
well for links you seldomly use because its easier to find them by
context than by name.
--
Joakim Verona
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2011-07-18 15:58 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-11 9:59 Web bookmarks in ORG? Angel de Vicente
2011-07-11 10:26 ` Jambunathan K
2011-07-11 16:43 ` Angel de Vicente
2011-07-11 19:00 ` Bastien
2011-07-15 9:38 ` Angel de Vicente
2011-07-16 11:29 ` Bastien
2011-07-11 10:38 ` Masashi Miyamura
2011-07-11 14:07 ` Jason Dunsmore
2011-07-11 16:42 ` Angel de Vicente
2011-07-18 15:57 ` joakim
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).