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: Thu, 26 Jul 2012 11:08:24 -0400 Message-ID: References: <2ff427e2-a0ab-4a23-ad12-4e343e9f1779@googlegroups.com> <87boj4cpm0.fsf@gnu.org> <87lii7chbw.fsf@altern.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1343315321 30176 80.91.229.3 (26 Jul 2012 15:08:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 26 Jul 2012 15:08:41 +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 Thu Jul 26 17:08:41 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 1SuPg8-0004qV-UR for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Jul 2012 17:08:41 +0200 Original-Received: from localhost ([::1]:48489 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuPg8-0004YQ-6d for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Jul 2012 11:08:40 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuPfz-0004Q8-Iv for help-gnu-emacs@gnu.org; Thu, 26 Jul 2012 11:08:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SuPft-0006qe-L1 for help-gnu-emacs@gnu.org; Thu, 26 Jul 2012 11:08:31 -0400 Original-Received: from mail-qa0-f41.google.com ([209.85.216.41]:45326) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuPft-0006qW-H5 for help-gnu-emacs@gnu.org; Thu, 26 Jul 2012 11:08:25 -0400 Original-Received: by qabg27 with SMTP id g27so3877371qab.0 for ; Thu, 26 Jul 2012 08:08:24 -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:content-transfer-encoding; bh=T+4kUzoyysFoXLPlZMnrxA6LHEHhBEoDbqV0EcX6cbE=; b=qSns+/1R99xZNh9yK0eTa163IBwrvJ5gnqKU4O6iD5zYv2KpXupYxm1HLzyXP3Csyl pch/2A9A0C8ieRioMD4q1IBN/TGS6WYtBzk+e+0DIXtzwu8ebEOjiT2rSY4PNvXftAN2 BcZl4YT12QpHHohewZetv+DEOrQ5Sy0AnCsEbmJJKcsmkwmxY3hyoGXrrmVBWGK4bLtU qH80HCx3IkzPVlTYPG+n4K+CL8+qoMEyb5z0QiTocdrUG8ZYS0u/D3AAEq8LSM+MoZ12 MukP3DgCrCEuY6cl6U6rps46my6qqrlHBNbMR2dLLa1jGJVSW6oJHh8EdFdyKW8ni/0G fJHA== Original-Received: by 10.224.187.6 with SMTP id cu6mr3445984qab.63.1343315304780; Thu, 26 Jul 2012 08:08:24 -0700 (PDT) Original-Received: by 10.229.79.211 with HTTP; Thu, 26 Jul 2012 08:08:24 -0700 (PDT) In-Reply-To: <87lii7chbw.fsf@altern.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.216.41 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:86072 Archived-At: Hello, Yes it works now! This is what's in my ~/.emacs file now: (require 'cl) (require 'org) (require 'org-export-generic) (load "~/.emacs.d/elisp/markdown.el") Thank you so much for helping me with this, now I can successfully export org-mode files to Markdown. BTW, this is where I got it from: https://github.com/alexhenning/ORGMODE-Markdown On 25 July 2012 23:49, Bastien wrote: > Advrk Aplmrkt writes: > >> I tried using (require 'org-export-generic), but emacs produces the >> same error when starting..... Any other possibilities? Thanks for your >> patience! > > Did you (require 'org) first? > > Basically the error says =CC=80defmacro*' doesn't exist. > > =CC=80defmacro*' is defined in cl-macs.el, so this file should be loaded > before you can load org-export-generic.el. > > HTH, > > -- > Bastien