From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Holst Subject: Re: [gnorb] completion for `gnorb-gnus-incoming-do-todo' Date: Wed, 12 Aug 2015 18:19:48 +0200 Message-ID: <87wpwzmbb3@gmx.de> References: <87io8ksnix@gmx.de> <8737zosjan.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPusC-0005Dj-TD for emacs-orgmode@gnu.org; Thu, 13 Aug 2015 11:56:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPus9-0003GE-Os for emacs-orgmode@gnu.org; Thu, 13 Aug 2015 11:56:56 -0400 Received: from mout.gmx.net ([212.227.15.15]:53530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPus9-0003Fr-FC for emacs-orgmode@gnu.org; Thu, 13 Aug 2015 11:56:53 -0400 Received: from thommy-desktop ([84.57.133.159]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0LdHqj-1Yzcg61d8T-00iX4z for ; Thu, 13 Aug 2015 17:56:51 +0200 In-Reply-To: <8737zosjan.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Wed, 12 Aug 2015 21:55:28 +0800") 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 mailing list Hi Eric, · Eric Abrahamsen wrote: >> 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? I use most recent git versions: Org-mode version 8.3.1 (release_8.3.1-56-g046110 @ /home/thommy/git-emacs/org-mode/lisp/) gnorb: most recent git version > 2. Are you using any special completion packages (ido, iswitchb, > helm)? I mostly use helm. But for refile I use following settings since I found helm not really working here: #+begin_src emacs_lisp ;; ----------------------------------------------------------------------------- ;; settings für org-refile ;; ----------------------------------------------------------------------------- (setq org-refile-use-outline-path 'file) (setq org-refile-targets '((org-agenda-files :maxlevel . 3) (org-agenda-text-search-extra-files . (:maxlevel . 3)) (nil :maxlevel . 5))) ; Allow refile to create parent tasks with confirmation (setq org-refile-allow-creating-parent-nodes (quote confirm)) #+end_src > 3. Can you confirm that the prompt where you're seeing failure is > "Trigger heading:"? I see: "Trigger heading (default Reparaturen):" > > 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) Yes with helm interface. But again completion is not functional. Now when I press `g' at the begin of a headline I get: "Refile subtree "Erträge" to (default Reperaturen):" With regular (no helm) completion ( completes) working. > Thanks for your help in tracking this down! Again thank you for looking into this! I really apreciate your help and gnorb package which makes my work a lot easier" -- Thomas