From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alan E. Davis" <lngndvs@gmail.com> Subject: Re: firefox urls Date: Sun, 18 May 2008 11:27:45 +1000 Message-ID: <7bef1f890805171827w40525d0fi95b7e9d31400ac96@mail.gmail.com> References: <fkd4nreee4.fsf@richardriley.net> <20080512113321.45188d4b@dhcp-296-6> <87k5hxa5ia.fsf@uvic.ca> <871w44wlgz.fsf@uvic.ca> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1274624407==" Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JxXgj-0002M1-Il for emacs-orgmode@gnu.org; Sat, 17 May 2008 21:27:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JxXgi-0002Lp-3m for emacs-orgmode@gnu.org; Sat, 17 May 2008 21:27:48 -0400 Received: from [199.232.76.173] (port=57491 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JxXgh-0002Lm-Td for emacs-orgmode@gnu.org; Sat, 17 May 2008 21:27:47 -0400 Received: from wf-out-1314.google.com ([209.85.200.175]:7072) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from <lngndvs@gmail.com>) id 1JxXgh-0006Zg-DK for emacs-orgmode@gnu.org; Sat, 17 May 2008 21:27:47 -0400 Received: by wf-out-1314.google.com with SMTP id 28so825057wfc.24 for <emacs-orgmode@gnu.org>; Sat, 17 May 2008 18:27:45 -0700 (PDT) In-Reply-To: <871w44wlgz.fsf@uvic.ca> List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org> List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/pipermail/emacs-orgmode> List-Post: <mailto:emacs-orgmode@gnu.org> List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help> List-Subscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=subscribe> Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: dmg@uvic.ca Cc: emacs-orgmode@gnu.org --===============1274624407== Content-Type: multipart/alternative; boundary="----=_Part_19828_21722039.1211074065548" ------=_Part_19828_21722039.1211074065548 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Speaking for myself, I haven't been able to grok this item. I think there are at least three code bits, and some other chunks in here. A shell script, some elisp, and some javascript? Also, I do not understand what is the bookmarklet. I know what a bookmarklet is. I'm going to pass on this for now; however, perhaps it is not unwarranted to suggest that if this gets even to a contrib/ directory, some further explanation may be needed for some of us. Me in particular. This could be EXTREMELY useful. I recently started using Zotero to store links and selected parts of pages, and I have been trying to reach out to a broader range of bibliography and reference and collection managers/utilities. This can help me, as I begin to incorporate org-mode into my workstyle. Saving selected text in a remember note to be stored with the URL, and the ability to save this to an org-mode file: that seems promising. A clueless traveler, Alan Davis On Thu, May 15, 2008 at 8:48 AM, Daniel M German <dmg@uvic.ca> wrote: > > Daniel> Hi John, > > Daniel> I gave it a try (mozilla, ubuntu). The main challenge is that at > some > Daniel> point a MTA messed the elisp, so I had to figure out hoe to fix > Daniel> it. Would you mind placing it somewhere where it can be downloaded > or > Daniel> sending it as an attachment? > > Daniel> I got everything to work, except that the link that it is passed > to > Daniel> remember contains a %3A instead of :: (i.e. http%3A// > slashdot.org/) > > Here is a small patch that fixes this problem: > > Use > (url (url-unhex-string (car splitparts))) > > intead of: > > (url (car splitparts)) > > That will properly unhex all the url. Once I did that URLs are working > very well. it is an amazingly simple set of tools but it works > great. Now I can easily keep bookmarks and selected text in an org > file. It is already one of my can't-live-without pieces of software. > > I'll wait for you to release the "new" version of the module. > > Thanks again John. > > > > -- > -- > Daniel M. German > http://turingmachine.org/ > http://silvernegative.com/ > dmg (at) uvic (dot) ca > replace (at) with @ and (dot) with . > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > -- Alan Davis, Kagman High School, Saipan lngndvs@gmail.com "It's never a matter of liking or disliking ..." ---Santa Ynez Chumash Medicine Man "We have no art. We do everything as well as we can." ---Balinese saying ------=_Part_19828_21722039.1211074065548 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Speaking for myself, I haven't been able to grok this item. I think there are at least three code bits, and some other chunks in here. A shell script, some elisp, and some javascript? Also, I do not understand what is the bookmarklet. I know what a bookmarklet is. <br> <br>I'm going to pass on this for now; however, perhaps it is not unwarranted to suggest that if this gets even to a contrib/ directory, some further explanation may be needed for some of us. Me in particular. <br><br> This could be EXTREMELY useful. <br><br>I recently started using Zotero to store links and selected parts of pages, and I have been trying to reach out to a broader range of bibliography and reference and collection managers/utilities. This can help me, as I begin to incorporate org-mode into my workstyle. Saving selected text in a remember note to be stored with the URL, and the ability to save this to an org-mode file: that seems promising.<br> <br>A clueless traveler, <br><br>Alan Davis<br><br><div class="gmail_quote">On Thu, May 15, 2008 at 8:48 AM, Daniel M German <<a href="mailto:dmg@uvic.ca">dmg@uvic.ca</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <br> Daniel> Hi John,<br> <br> Daniel> I gave it a try (mozilla, ubuntu). The main challenge is that at some<br> Daniel> point a MTA messed the elisp, so I had to figure out hoe to fix<br> Daniel> it. Would you mind placing it somewhere where it can be downloaded or<br> Daniel> sending it as an attachment?<br> <br> Daniel> I got everything to work, except that the link that it is passed to<br> Daniel> remember contains a %3A instead of :: (i.e. http%3A//<a href="http://slashdot.org/" target="_blank">slashdot.org/</a>)<br> <br> Here is a small patch that fixes this problem:<br> <br> Use<br> (url (url-unhex-string (car splitparts)))<br> <br> intead of:<br> <br> (url (car splitparts))<br> <br> That will properly unhex all the url. Once I did that URLs are working<br> very well. it is an amazingly simple set of tools but it works<br> great. Now I can easily keep bookmarks and selected text in an org<br> file. It is already one of my can't-live-without pieces of software.<br> <br> I'll wait for you to release the "new" version of the module.<br> <br> Thanks again John.<br> <div><div></div><div class="Wj3C7c"><br> <br> <br> --<br> --<br> Daniel M. German<br> <a href="http://turingmachine.org/" target="_blank">http://turingmachine.org/</a><br> <a href="http://silvernegative.com/" target="_blank">http://silvernegative.com/</a><br> dmg (at) uvic (dot) ca<br> replace (at) with @ and (dot) with .<br> <br> <br> _______________________________________________<br> Emacs-orgmode mailing list<br> Remember: use `Reply All' to send replies to the list.<br> <a href="mailto:Emacs-orgmode@gnu.org">Emacs-orgmode@gnu.org</a><br> <a href="http://lists.gnu.org/mailman/listinfo/emacs-orgmode" target="_blank">http://lists.gnu.org/mailman/listinfo/emacs-orgmode</a><br> </div></div></blockquote></div><br><br clear="all"><br>-- <br>Alan Davis, Kagman High School, Saipan <a href="mailto:lngndvs@gmail.com">lngndvs@gmail.com</a> <br><br>"It's never a matter of liking or disliking ..."<br> ---Santa Ynez Chumash Medicine Man<br><br>"We have no art. We do everything as well as we can." ---Balinese saying<br><br> <style></style> ------=_Part_19828_21722039.1211074065548-- --===============1274624407== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1274624407==--