From mboxrd@z Thu Jan 1 00:00:00 1970 From: torys.anderson@gmail.com (Tory S. Anderson) Subject: Re: helm-org-clock for using helm rather than orgmode select menu Date: Thu, 10 Nov 2016 14:24:27 -0700 Message-ID: <874m3fhvuc.fsf@Endless.worlds> References: <877f8bjnf6.fsf@torysa-worldsendless.byu.edu> <87a8d7avq4.fsf@cmena.pobox.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4wpm-0004t8-L0 for emacs-orgmode@gnu.org; Thu, 10 Nov 2016 16:24:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4wpi-0000RW-9A for emacs-orgmode@gnu.org; Thu, 10 Nov 2016 16:24:34 -0500 Received: from mail-pf0-x242.google.com ([2607:f8b0:400e:c00::242]:36059) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c4wpi-0000Qx-1J for emacs-orgmode@gnu.org; Thu, 10 Nov 2016 16:24:30 -0500 Received: by mail-pf0-x242.google.com with SMTP id n85so5391342pfi.3 for ; Thu, 10 Nov 2016 13:24:29 -0800 (PST) In-Reply-To: <87a8d7avq4.fsf@cmena.pobox.com> (cesar mena's message of "Thu, 10 Nov 2016 16:08:51 -0500") 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: cesar mena Cc: orgmode list , "Tory S. Anderson" Are you sure? In my org 9.0 box, I still see a non-helm "org-agenda" menu (one of the things I haven't gotten around to helm-ifying yet). cesar mena writes: > "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