From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Advrk Aplmrkt Newsgroups: gmane.emacs.help Subject: Re: Error when loading org-export-generic.el Date: Wed, 25 Jul 2012 13:51:22 -0400 Message-ID: References: <2ff427e2-a0ab-4a23-ad12-4e343e9f1779@googlegroups.com> <87boj4cpm0.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1343238693 14067 80.91.229.3 (25 Jul 2012 17:51:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 25 Jul 2012 17:51:33 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Bastien Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 25 19:51:33 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Su5kC-0005SW-S6 for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Jul 2012 19:51:32 +0200 Original-Received: from localhost ([::1]:37467 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Su5kC-0004ET-7t for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Jul 2012 13:51:32 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Su5k5-0004EB-KY for help-gnu-emacs@gnu.org; Wed, 25 Jul 2012 13:51:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Su5k4-0002Yc-PU for help-gnu-emacs@gnu.org; Wed, 25 Jul 2012 13:51:25 -0400 Original-Received: from mail-qc0-f169.google.com ([209.85.216.169]:62052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Su5k3-0002YL-FL; Wed, 25 Jul 2012 13:51:23 -0400 Original-Received: by qcsd16 with SMTP id d16so795249qcs.0 for ; Wed, 25 Jul 2012 10:51:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=CRhX8H3r18pTU6VhmyKRT7ygOOGSrR1kcBwQlX7xsco=; b=dcx2CiEYgCWu6/WbIiN0HxftNH95yeAIFO1t8uZ53wxlf9frcUTxT3nJl/6hlIYZAm /fq+xNv9LU3fHXWMpYhTMsZ2NhWReRgtwICx55hAxXiCZ83fuwkY3gNPHtJ51OOY4xbC PImD53kPGZmBeUGA/4EgBB23gLbWOmR0jRvfedj0fXvPVtZN5AVknnqUIO7heYJHBEXb E2g1C9ZvJwKhPvi0ALBqE5LcMWmFmD1KPLjmzakNBNbFiMjRzXOhJ7rLr9udtaDcit7S 4LFjs1KsQ9Y+pC9Gl1BIUuZ8HVAcvVqEZ1iAWCCggn1rQq4WaNNc/jPPfT4Qzz7DK8ib snZA== Original-Received: by 10.224.194.1 with SMTP id dw1mr40045795qab.27.1343238682959; Wed, 25 Jul 2012 10:51:22 -0700 (PDT) Original-Received: by 10.229.79.211 with HTTP; Wed, 25 Jul 2012 10:51:22 -0700 (PDT) In-Reply-To: <87boj4cpm0.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.216.169 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86038 Archived-At: Hello, I tried using (require 'org-export-generic), but emacs produces the same error when starting..... Any other possibilities? Thanks for your patience! On 25 July 2012 02:38, Bastien wrote: > avkaplmkt@gmail.com writes: > >> (load "~/.emacs.d/org-mode/contrib/lisp/org-export-generic.el") > > Try (require 'org-export-generic) instead.