From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleh Subject: Re: Moving my init.el to Org Date: Mon, 1 Sep 2014 17:27:42 +0200 Message-ID: References: <20140831103706.549dc45b@aga-netbook> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOTWI-0007Wp-Sn for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 11:27:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOTWD-0006t5-IL for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 11:27:50 -0400 Received: from mail-vc0-x232.google.com ([2607:f8b0:400c:c03::232]:41637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOTWD-0006sz-EI for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 11:27:45 -0400 Received: by mail-vc0-f178.google.com with SMTP id la4so5558786vcb.23 for ; Mon, 01 Sep 2014 08:27:43 -0700 (PDT) In-Reply-To: <20140831103706.549dc45b@aga-netbook> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marcin Borkowski Cc: Org-mode mailing list > I know that I could use org-babel-load-file, or outshine. What are > other possibilities? What are the caveats (and advantages) of both > (other?) ways? I'm using a one .el file per mode approach, with around 4000 lines split into 40 files. This approach simplifies things a lot: for instance I haven't touched Javascript in ages, but all my customizations for it are sitting in javascript.el without getting in the way of the stuff that I'm using now. They aren't even loaded unless I open a js file. The rest of my codes are published and I just use them via MELPA. I use my own package to navigate and maintain code (https://github.com/abo-abo/lispy). Here's a short screencast if you haven't seen it before: https://vimeo.com/86894158. regards, Oleh