From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: Agenda: Display projects and 3 todo subtasks Date: Fri, 09 Aug 2019 06:03:47 -0500 Message-ID: <874l2q7g8c.fsf@alphapapa.net> References: <87blwz7j66.fsf@alphapapa.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36379) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hw2gl-0003TL-Pr for emacs-orgmode@gnu.org; Fri, 09 Aug 2019 07:04:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hw2gk-0003nR-NU for emacs-orgmode@gnu.org; Fri, 09 Aug 2019 07:04:03 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:34768 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hw2gk-0003mu-Gn for emacs-orgmode@gnu.org; Fri, 09 Aug 2019 07:04:02 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hw2gd-000R3D-K2 for emacs-orgmode@gnu.org; Fri, 09 Aug 2019 13:03:55 +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" To: emacs-orgmode@gnu.org Nathan Neff writes: > Wow - thanks Adam! > > Your stuff is awesome. org-rifle is incredible. (I just wish that > it didn't have as many dependencies -- I guess I'm just a bit paranoid). Thanks for the kind words. Which dependencies concern you? helm-org-rifle uses: - Helm, of course. However it has non-Helm commands built in, so you don't have to actually use Helm, and merely having it installed does nothing. In the future I plan to refactor to put the Helm commands into a separate package. - dash.el, which is a very widely used package. - s.el, which is also widely used. - And f.el, which is also a commonly used convenience package. If you're concerned about package updates breaking functionality or causing vulnerabilities, I share that concern to some extent, and that's why I don't recommend upgrading packages en masse. I keep installed packages in git as part of my Emacs config, and I update individual packages when necessary. BTW, have you tried the package org-recent-headings?