From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: [Idea] Org Collections Date: Sun, 15 Dec 2019 05:01:29 -0600 Message-ID: <87zhftrgxi.fsf@alphapapa.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56415) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1igRen-0006XE-Vb for emacs-orgmode@gnu.org; Sun, 15 Dec 2019 06:01:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1igRem-0003xY-Lg for emacs-orgmode@gnu.org; Sun, 15 Dec 2019 06:01:49 -0500 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:49436 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1igRem-0003kD-9h for emacs-orgmode@gnu.org; Sun, 15 Dec 2019 06:01:48 -0500 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1igReb-000tBB-FW for emacs-orgmode@gnu.org; Sun, 15 Dec 2019 12:01:37 +0100 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 How does this idea compare with Akira Komamura's org-starter package? https://github.com/akirak/org-starter Its readme begins: > Org-starter is a framework for basic configuration of Emacs Org > Mode. It allows you to configure Org Mode easily even with many files > and directories. > The standard way to configure Org Mode is set a bunch of variables > such as org-agenda-files and org-refile-targets. This makes it hard to > add/delete files to/from the configuration. Org-starter lets you > configure Org Mode in a file-centric and incremental manner, which > scales well especially if you have many Org files and sometimes have > to tweak the file list. > In other words, org-starter allows you to configure Org Mode in a > manner similar to use-package. The following is an example file > configuration with org-starter: > (org-starter-define-file "subjects.org" > :agenda t > :refile '(:maxlevel . 9))