From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: ANN/RFC: org-sidebar Date: Wed, 23 May 2018 09:21:08 -0500 Message-ID: <87d0xm8ncb.fsf@alphapapa.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fLUdp-0002n1-57 for emacs-orgmode@gnu.org; Wed, 23 May 2018 10:21:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fLUdk-0001Zb-VB for emacs-orgmode@gnu.org; Wed, 23 May 2018 10:21:25 -0400 Received: from [195.159.176.226] (port=33199 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fLUdk-0001YO-Oa for emacs-orgmode@gnu.org; Wed, 23 May 2018 10:21:20 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fLUbX-00034j-EL for emacs-orgmode@gnu.org; Wed, 23 May 2018 16:19:03 +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 all, Inspired by a post on Reddit, which was inspired by the Organized plugin for the Atom editor, I came up with this: https://github.com/alphapapa/org-sidebar This package presents a helpful sidebar view for Org buffers. At the top is a chronological list of scheduled and deadlined tasks in the current buffer, and below that is a list of all other non-done to-do items. If the buffer is narrowed, the sidebar only shows items in the narrowed portion; this allows seeing an overview of tasks in a subtree. It's in an early stage of development, but I think it may be useful. Any feedback would be appreciated.