From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Horn Subject: Re: Babel related bug in elpa version 20121231 Date: Sat, 05 Jan 2013 16:10:43 -0500 Message-ID: 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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Trb0y-00063g-Nt for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 16:10:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Trb0w-0002BW-8m for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 16:10:48 -0500 Received: from mailbackend.panix.com ([166.84.1.89]:63552) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Trb0w-0002AR-2k for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 16:10:46 -0500 In-Reply-To: <87k3rrh38w.fsf@gmail.com> 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: Eric Schulte , Achim Gratz Cc: emacs-orgmode@gnu.org Eric Schulte writes: > That sounds like it should work, although I would go with the more > complete but possibly overkill > > ;; emacs-lisp > (package-initialize) > (require 'org) > (org-reload) > > Let me know if either of the above is sufficient to solve your problem > and ensure that only the latest ELPA version of Org-mode is used through > the entire startup process. If so I will add this to the starter kit. > Eric, That seems to have dealt with the problems that showed up in my initial tests. I put it into the init.el as the very first things run. Thanks. I think it's more than the git submission. One of the things that was failing was subsequent tangling, which was likely disrupted by the inconsistent versions of org files. Achim, The problem is started (and then becomes permanent) when I edited one of the org files. This is what caused org processing to be attempted. Of course once in that state, it tries to tangle every time. R Horn rjhorn@alum.mit.edu