From mboxrd@z Thu Jan 1 00:00:00 1970 From: cesar mena Subject: Re: helm-org-clock for using helm rather than orgmode select menu Date: Thu, 10 Nov 2016 16:08:51 -0500 Message-ID: <87a8d7avq4.fsf@cmena.pobox.com> References: <877f8bjnf6.fsf@torysa-worldsendless.byu.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4waf-0001nm-KQ for emacs-orgmode@gnu.org; Thu, 10 Nov 2016 16:08:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4wac-0000xC-BS for emacs-orgmode@gnu.org; Thu, 10 Nov 2016 16:08:57 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:33935) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c4wac-0000wi-78 for emacs-orgmode@gnu.org; Thu, 10 Nov 2016 16:08:54 -0500 In-Reply-To: <877f8bjnf6.fsf@torysa-worldsendless.byu.edu> 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" To: "Tory S. Anderson" , orgmode list "Tory S. Anderson" writes: > I've made the following adjustment to org-clock-select-task that > allows you to (optionally) use helm to select, rather than > orgmode's built in screens. Eventually I'd like to see all orgmode > commands have the option of using helm rather than their custom > screens, as Helm is a great package. Until then, hopefully you can > find this useful or give useful suggestions. > > https://github.com/WorldsEndless/helm-org-clock from the 9.0 changelog it looks like this was done? Remove all options related to ido or iswitchb This includes org-completion-use-iswitchb and org-completion-use-ido. Instead Org uses regular functions, e.g., completion-read so as to let those libraries operate. best, - cm