From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: ascii export error Date: Tue, 28 Apr 2009 00:30:15 +0530 Message-ID: References: <9523.1240606960@alphaville.usa.hp.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 1LyW4E-0001Nv-BG for emacs-orgmode@gnu.org; Mon, 27 Apr 2009 15:00:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LyW49-0001L3-P0 for emacs-orgmode@gnu.org; Mon, 27 Apr 2009 15:00:37 -0400 Received: from [199.232.76.173] (port=54157 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyW49-0001Kx-NH for emacs-orgmode@gnu.org; Mon, 27 Apr 2009 15:00:33 -0400 Received: from ti-out-0910.google.com ([209.85.142.190]:22277) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LyW49-0003cH-5b for emacs-orgmode@gnu.org; Mon, 27 Apr 2009 15:00:33 -0400 Received: by ti-out-0910.google.com with SMTP id b6so5261tic.10 for ; Mon, 27 Apr 2009 12:00:30 -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: Eraldo Helal Cc: emacs-orgmode@gnu.org On Sat, Apr 25, 2009 at 2:44 AM, Eraldo Helal wrote: > Thank you Nick for helping me troubleshoot! > >> Are you using the upstream org-mode or the one that comes with >> your emacs? In particular, what version?[1] > > Org-mode version 6.26trans >> >> And how do you load org-mode from >> your .emacs (including any settings of load-path)? > > ; Orgmode > ; http://orgmode.org > ; using orgmode-dev requires org-install > (setq load-path (cons "~/system/elisp/org-mode/lisp" load-path)) > (add-to-list 'load-path "~/system/elisp/org-mode/contrib/lisp") > (require 'org-install) > (require 'org) ^^^^^^^^^^^^^^ You do not need the last require. -- Manish