From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Burtzlaff Subject: Fireforg: org-protocol mac workaround and BibTeX import using Zotero Date: Sun, 16 Aug 2009 11:52:16 +0200 Message-ID: <20090816115216.6200adfa.andy13@gmx.net> 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 1MccOe-0004z5-Pk for emacs-orgmode@gnu.org; Sun, 16 Aug 2009 05:51:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MccOX-0004yH-R9 for emacs-orgmode@gnu.org; Sun, 16 Aug 2009 05:51:27 -0400 Received: from [199.232.76.173] (port=49857 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MccOX-0004y9-FY for emacs-orgmode@gnu.org; Sun, 16 Aug 2009 05:51:21 -0400 Received: from mail.gmx.net ([213.165.64.20]:40793) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MccOW-0000gf-QF for emacs-orgmode@gnu.org; Sun, 16 Aug 2009 05:51:21 -0400 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: emacs-orgmode@gnu.org Fireforg is now capable of sending a BibTeX entry for every item imported into Zotero to Org. For details see the doc at http://orgmode.org/worg/org-devel.php#fireforg I've added a workaround for the broken protocol registration in Firefox, that keeps mac users from enjoying org-protocol: - Set "Mac Workaround" in Fireforgs preferences. - run pull.sh from http://repo.or.cz/w/org-fireforg.git?a=blob_plain;f=ff_mac_workaround/pull.sh;hb=HEAD It works by writing the string to be passed to emacsclient to a temporary file, whose content - if not empty - is passed to emacsclient every second. It will work for everything fireforg sends, but will of course not make the bookmarks work. I've tested it on linux, but be careful. Andreas