From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: popup org capture window on linux? Date: Fri, 31 Jul 2015 14:50:19 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLFO0-0002xw-BI for emacs-orgmode@gnu.org; Fri, 31 Jul 2015 14:50:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZLFNu-0000rG-MS for emacs-orgmode@gnu.org; Fri, 31 Jul 2015 14:50:28 -0400 Received: from mail-qg0-x231.google.com ([2607:f8b0:400d:c04::231]:32827) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLFNu-0000r5-Hs for emacs-orgmode@gnu.org; Fri, 31 Jul 2015 14:50:22 -0400 Received: by qged69 with SMTP id d69so52049703qge.0 for ; Fri, 31 Jul 2015 11:50:21 -0700 (PDT) In-reply-to: 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: Xebar Saram Cc: org mode Instead of "-e '(org-capture)'", use that to load a file that does more customization. Re-bind 'C-c C-c' to close frame after invocation. Please post when you have this, I might find it useful. I have similar behavior in the "edit with emacs" web plugin which brings up an emacs frame of an HTML textbox, and then when "C-c C-c" is invoked, closes the frame and re-populates the textbox. -k. On 2015-07-31 at 14:42, Xebar Saram wrote: > Hi. it seems like this : > > /usr/bin/emacsclient -c -e '(org-capture)' > > kinda works with the most annoying issue is that the window dosent close > after cpature (which is what i want). instead i get a previous buffer in > emacs. any idea how to solve that? > > Z > > > On Fri, Jul 31, 2015 at 9:19 PM, Xebar Saram wrote: > >> Hi all. anyone using a separate (or pop up style) org capture window on >> linux? im looking for tips on how to bind a key that will bring up a new >> emacsclient quickly with the capture window open for quick capturing of >> info even when not in emacs >> >> best! >> >> Z >> >>