From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Burtzlaff Subject: Re: Fireforg, a Firefox extension for Org mode interaction Date: Sat, 8 Aug 2009 22:50:57 +0200 Message-ID: <20090808225057.461bb652.andy13@gmx.net> References: <20090807065432.034e90cd.andy13@gmx.net> <6ac505ad0908070500u46f9055fk5e3690b3ba4103d8@mail.gmail.com> <20090807165316.93eddce6.andy13@gmx.net> <6ac505ad0908070808u20b51b60h4cab900df3471b3e@mail.gmail.com> <6ac505ad0908081019l6c76a592ga3e7bd242a13c344@mail.gmail.com> <20090808214503.52ab916d.andy13@gmx.net> <6ac505ad0908081309ob582892lb0ad0d83d13076ff@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MZsrt-0004Wp-4Q for emacs-orgmode@gnu.org; Sat, 08 Aug 2009 16:50:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MZsrn-0004Wd-Na for Emacs-orgmode@gnu.org; Sat, 08 Aug 2009 16:50:19 -0400 Received: from [199.232.76.173] (port=44301 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZsrn-0004Wa-Hz for Emacs-orgmode@gnu.org; Sat, 08 Aug 2009 16:50:15 -0400 Received: from mail.gmx.net ([213.165.64.20]:38250) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MZsrm-0003l5-RI for Emacs-orgmode@gnu.org; Sat, 08 Aug 2009 16:50:15 -0400 In-Reply-To: <6ac505ad0908081309ob582892lb0ad0d83d13076ff@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: Daniel Martins Cc: "emacs-orgmode@gnu.org" On Sat, 8 Aug 2009 17:09:35 -0300 Daniel Martins wrote: > The issue on org-agenda-files was solved. It was my mistake, sorry. No problem > (right click on the statusbar entry) : works in a limited sense. It pops up > the remember and store-links options but nothing happens when I left-click > on both fields. Does org-protocol itself work with the bookmarks described in its manual? If yes, are there any error messages in Tools->Error console in Firefox containing: "chrome://fireforg/" ? > (left click on the statusbar entry) : does absolutely nothing. > It will only show something, if the currently viewed url is found in the agenda files. To make a test case put: * Greatest tool in the world [[http://orgmode.org/][Org mode]] :Org: in one of your agenda files, save it and visit http://orgmode.org/ with firefox. Checklist: 1. Does the file ~/.org-registry.xml exist ? If not, look in *Messages* buffer in emacs and send me the last bit. 2. Does it contain orgmode.org? (grep "orgmode.org" ~/.org-registry.xml ) 3. Does the statusbar entry show anything, e.g.: (1) :Org: If not, send me the error messages in firefox as described above. 4. Does the left click work now? Thanks for the testing Andreas