From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: "Capture"-like browser plugin? Date: Wed, 29 Jul 2015 14:23:48 -0400 Message-ID: <876152akln.fsf@alphaville.usersys.redhat.com> References: <6sw6c7y4i7nejo.fsf@dhcp-10-92-133-17.hmco.com> <86zj2nzzzz3p8k@me.localhost.invalid> <6sw6c7wpxkt8gd.fsf@dhcp-10-92-132-216.hmco.com> <86vbd3zzzzxgif@me.localhost.invalid> <6sw6c7io93t84h.fsf@dhcp-10-92-132-216.hmco.com> <6sw6c7bnevt5eh.fsf@dhcp-10-92-132-216.hmco.com> <87d1zb9fh8.fsf@alphaville.usersys.redhat.com> <6sw6c74mknt118.fsf@dhcp-10-92-132-216.hmco.com> <6sw6c7oaiusxo5.fsf@dhcp-10-92-132-216.hmco.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKW1a-0004VJ-TO for emacs-orgmode@gnu.org; Wed, 29 Jul 2015 14:24:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZKW1W-0005w4-Lh for emacs-orgmode@gnu.org; Wed, 29 Jul 2015 14:24:18 -0400 Received: from plane.gmane.org ([80.91.229.3]:51178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKW1W-0005vy-Ek for emacs-orgmode@gnu.org; Wed, 29 Jul 2015 14:24:14 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZKW1U-0006I0-UI for emacs-orgmode@gnu.org; Wed, 29 Jul 2015 20:24:13 +0200 Received: from pool-108-20-41-232.bstnma.fios.verizon.net ([108.20.41.232]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jul 2015 20:24:12 +0200 Received: from ndokos by pool-108-20-41-232.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jul 2015 20:24:12 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Peter Davis writes: > Peter Davis writes: > >> >> Excellent! That works. It prepends "CAPTURE-2-" to the filename I specified in the template, but otherwise seems to work >> beautifully. > > This is not working as expected. Each time I click the Org Capture button in Firefox, it opens a new buffer (CAPTURE-2-links.org, > CAPTURE-3-links.org, etc.). These buffers have no prior contents, only the current link I'm trying to capture. If I save the buffer, > it saves to links.org, the filename I specified, apparently appending to the file. Is that as expected? > What does your org-capture template look like? Did you try it explicitly (i.e. not through the extension, just an ordinary capture)? FWIW, it works fine for me. >> Now to look for the Chrome version. > > I found a Chrome Org Capture extension, but no way to configure it for which emacsclient to use, which capture template, etc. Am I > missing something? > Whatever you are missing, I'm missing too. In my case, it wants to call xdg-open which basically calls the desktop environment's underlying "open" (e.g. gnome-open, exo-open, etc.), so I think I need to configure that underlying open properly. But I have no idea what happens on OSX. Nick