From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: Alfred workflow for org-capture Date: Fri, 13 Sep 2013 11:30:05 +0200 Message-ID: References: <5231CF53.9060604@sift.info> <87wqmlqgtu.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKPhb-0002Zs-Bq for emacs-orgmode@gnu.org; Fri, 13 Sep 2013 05:30:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKPhV-0004mq-I1 for emacs-orgmode@gnu.org; Fri, 13 Sep 2013 05:30:11 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:47768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKPhV-0004kz-C6 for emacs-orgmode@gnu.org; Fri, 13 Sep 2013 05:30:05 -0400 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: Alexander Baier Cc: emacs-orgmode@gnu.org alan.schmitt@polytechnique.org writes: > lexi.baier@gmail.com writes: > >> Hi Alan, >> >> Alan Schmitt writes: >> >> [...] >> >>> The question: is there a way to: >>> - present only the capture buffer in the new frame (right now it's split >>> with the scratch buffer)? Following the idea from Alexander, I tried to find a hook where I could call "delete-other-windows". Unfortunately adding it to "org-capture-hook" does not work. Is there a place to do it? Thanks, Alan