From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scot Becker Subject: Re: ascii export error Date: Tue, 28 Apr 2009 13:34:43 +0100 Message-ID: References: <938fae2d0904271300h79727ca7hb9787590cf7fd5f@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LymWQ-0001iJ-5W for emacs-orgmode@gnu.org; Tue, 28 Apr 2009 08:34:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LymWL-0001i7-J6 for emacs-orgmode@gnu.org; Tue, 28 Apr 2009 08:34:49 -0400 Received: from [199.232.76.173] (port=40421 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LymWL-0001i4-FP for emacs-orgmode@gnu.org; Tue, 28 Apr 2009 08:34:45 -0400 Received: from mail-fx0-f169.google.com ([209.85.220.169]:57366) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LymWL-0007yc-4j for emacs-orgmode@gnu.org; Tue, 28 Apr 2009 08:34:45 -0400 Received: by fxm17 with SMTP id 17so539208fxm.42 for ; Tue, 28 Apr 2009 05:34:43 -0700 (PDT) In-Reply-To: <938fae2d0904271300h79727ca7hb9787590cf7fd5f@mail.gmail.com> 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: Eraldo Helal Cc: emacs-orgmode@gnu.org I don't have the experience to debug your problem with that error message, but I can suggest a new install of org-mode to a new directory, with an attempt to rigorously root out anything that could be causing the current problem. Pay careful attention to the possibility of old parts of org-mode somewhere in your emacs load-path, and by all means make sure your new full org is at the very front of your load path. Follow the install instructions (again) strictly, and (until you get it working) check your .emacs for anything that might change the default settings of org. Comment out any parts of your .emacs that have any potential for changing org-related things. Try the new install with 'emacs -Q' (no config file), invoking org mode on a buffer with M-x org-mode. Then export. I suspect that there is some hidden problem with your configuration. The good thing about this is that you can probably take the drastic route of building it up again from the ground. It's quick, and could work. Scot