From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Wiegley Subject: Experiences with "literate elisp" and ob-tangle? Date: Mon, 22 Aug 2011 09:20:40 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvVR5-0005Bg-Rc for emacs-orgmode@gnu.org; Mon, 22 Aug 2011 10:25:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvVR4-0008A9-FD for emacs-orgmode@gnu.org; Mon, 22 Aug 2011 10:25:07 -0400 Received: from lo.gmane.org ([80.91.229.12]:40749) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvVR4-00088u-8r for emacs-orgmode@gnu.org; Mon, 22 Aug 2011 10:25:06 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QvVR3-0007ip-JF for emacs-orgmode@gnu.org; Mon, 22 Aug 2011 16:25:05 +0200 Received: from c-98-215-105-167.hsd1.il.comcast.net ([98.215.105.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Aug 2011 16:25:05 +0200 Received: from jwiegley by c-98-215-105-167.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Aug 2011 16:25:05 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi all, I'm considering switching my lengthy .emacs over to a literate Org file, using ob-tangle, and as I was wondering if others had any experience with this, and if so, does it slow down startup much? Is there a way to get ob-tangle to compile the resulting Elisp file? I'm guessing it does not regenerate the .el file if no changes have been made to the .org, right? Thanks, John