From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Using helm only for org refiling Date: Thu, 18 Apr 2013 17:20:13 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USqdI-0000Pa-De for emacs-orgmode@gnu.org; Thu, 18 Apr 2013 11:20:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USqdD-0001xJ-GP for emacs-orgmode@gnu.org; Thu, 18 Apr 2013 11:20:20 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:50301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USqdD-0001wt-9h for emacs-orgmode@gnu.org; Thu, 18 Apr 2013 11:20:15 -0400 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: Org-mode Hello, I tried using helm (the successor to anything) for everything, and it was a bit too much. However, I really appreciated how it integrated with org refiling. I've been trying to figure out how to enable helm only for refiling, by binding "C-c C-w" in the org-mode-map to something, but I'm getting lost in helm's source code. I guess it's calling "helm-org-headlines" at some point, but I cannot find how it interacts with the usual refiling approach. If someone is using helm with refiling, I'd gladly use some help here. Thanks, Alan