From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: Babel related bug in elpa version 20121231 Date: Sat, 05 Jan 2013 12:28:03 -0700 Message-ID: <87a9snv398.fsf@gmail.com> References: <1342018996.75825.YahooMailNeo@web29804.mail.ird.yahoo.com> <8738ygbpvg.fsf@Rainer.invalid> <87mwworttu.fsf@Rainer.invalid> <87wqvrc2hu.fsf@bzg.ath.cx> <87bod3r2lo.fsf@Rainer.invalid> <87k3rrh38w.fsf@gmail.com> <874nivqwhv.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrZPe-0006fR-FW for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 14:28:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TrZPd-0002h9-Ej for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 14:28:10 -0500 Received: from mail-ie0-f174.google.com ([209.85.223.174]:50790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrZPd-0002h5-9P for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 14:28:09 -0500 Received: by mail-ie0-f174.google.com with SMTP id c11so21022678ieb.19 for ; Sat, 05 Jan 2013 11:28:08 -0800 (PST) In-Reply-To: <874nivqwhv.fsf@Rainer.invalid> (Achim Gratz's message of "Sat, 05 Jan 2013 20:07:40 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Achim Gratz Cc: emacs-orgmode@gnu.org Achim Gratz writes: > Eric Schulte writes: >> The starter kit does not "run through the Org files each time", rather >> it tangles the .org files to .el files, and then on all subsequent loads >> it loads directly from the .el files (unless the .org file is newer). > > So why does it need to load Org before activating the packages then? If > that could be avoided, there would be less problems and you wouldn't > need to hardcode loading it in init.el=E2=80=A6 > Because the above sequence of loading .el files and possibly falling back to .org files is all performed by the `org-babel-load-file' function, which is not defined until org has been required. --=20 Eric Schulte http://cs.unm.edu/~eschulte