From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: ANN/RFC: org-recent-headings Date: Sat, 15 Apr 2017 15:44:26 -0500 Message-ID: <871sst5rkl.fsf@alphapapa.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1czUYf-0006OG-Oq for emacs-orgmode@gnu.org; Sat, 15 Apr 2017 16:44:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1czUYc-0001RI-LB for emacs-orgmode@gnu.org; Sat, 15 Apr 2017 16:44:37 -0400 Received: from [195.159.176.226] (port=60939 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1czUYc-0001QP-El for emacs-orgmode@gnu.org; Sat, 15 Apr 2017 16:44:34 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1czUYT-00034G-S7 for emacs-orgmode@gnu.org; Sat, 15 Apr 2017 22:44:25 +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 Hi friends, I finally put together a package I've been thinking about for a long time: org-recent-headings. It keeps a list of recently accessed Org headings and lets you quickly jump to them using completing-read, Helm, or Ivy. It should be added to MELPA soon, but in the meantime I would greatly appreciate any feedback. You can find it here: https://github.com/alphapapa/org-recent-headings Thanks, Adam