From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: [gnorb] completion for `gnorb-gnus-incoming-do-todo' Date: Wed, 12 Aug 2015 21:53:49 +0800 Message-ID: <87614ksjde.fsf@ericabrahamsen.net> References: <87io8ksnix@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPWTo-0000ky-OA for emacs-orgmode@gnu.org; Wed, 12 Aug 2015 09:54:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPWTk-0002ty-IE for emacs-orgmode@gnu.org; Wed, 12 Aug 2015 09:54:08 -0400 Received: from plane.gmane.org ([80.91.229.3]:46550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPWTk-0002tr-Ar for emacs-orgmode@gnu.org; Wed, 12 Aug 2015 09:54:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZPWTh-0006zl-Vc for emacs-orgmode@gnu.org; Wed, 12 Aug 2015 15:54:02 +0200 Received: from 123.118.184.7 ([123.118.184.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Aug 2015 15:54:01 +0200 Received: from eric by 123.118.184.7 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Aug 2015 15:54:01 +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 Thomas Holst writes: > Hello, > > thanks for the gnorb package! I started using it and I like it a lot! > > When I call `gnorb-gnus-incoming-do-todo' from gnus I'm prompted for a > headline. But completion is not working. Neither nor M-j does > anything. > > How can I get completion working? Completion is working for org-refile. > > I have no settings customized. Only key bindings as suggested. > > Thank you for looking into this! Hi Thomas, Glad to hear you're liking Gnorb! Can you tell me a few things about your setup? 1. What versions of the packages are you using? Org and Gnorb? 2. Are you using any special completion packages (ido, iswitchb, helm)? 3. Can you confirm that the prompt where you're seeing failure is "Trigger heading:"? I assume that putting point after this sexp and running "C-x C-e" gets you a fully functional completion prompt, is that true? (org-refile-get-location "Trigger heading" nil t) Thanks for your help in tracking this down! Eric