From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Lisp error Date: Sat, 23 Oct 2010 14:46:12 +0200 Message-ID: <8C601E12-78B1-4C54-9A72-8A64B3E0D062@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=49723 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9dbw-0007Oa-KF for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 08:54:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9dUH-00085H-Sh for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 08:46:18 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:51901) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P9dUH-000852-N3 for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 08:46:17 -0400 Received: by ewy25 with SMTP id 25so1062928ewy.0 for ; Sat, 23 Oct 2010 05:46:16 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marvin Doyley Cc: emacs-orgmode@gnu.org On Oct 23, 2010, at 2:56 AM, Marvin Doyley wrote: > There would seem to be an error in the latest version of org.elc. I > get = > the following error when I run a make > > lisp/org.el:16219:1:Error: Invalid character: 1048575, #o3777777, > =#xfffff > make: *** [lisp/org.elc] Error 1 That is due to a recent change in the regular expression searching for inline images. I have modified the regexp, should work now. Cheers - Carsten