all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Advrk Aplmrkt <avkaplmkt@gmail.com>
To: Bastien <bzg@altern.org>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Error when loading org-export-generic.el
Date: Thu, 26 Jul 2012 11:08:24 -0400	[thread overview]
Message-ID: <CAN+QS0KyUp-bAiuR7JyrFXeUhrTo9PM=cmdpV_uiS0ggMPAq4Q@mail.gmail.com> (raw)
In-Reply-To: <87lii7chbw.fsf@altern.org>

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 <bzg@altern.org> wrote:
> Advrk Aplmrkt <avkaplmkt@gmail.com> 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 ̀defmacro*' doesn't exist.
>
> ̀defmacro*' is defined in cl-macs.el, so this file should be loaded
> before you can load org-export-generic.el.
>
> HTH,
>
> --
>  Bastien



  reply	other threads:[~2012-07-26 15:08 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-20 18:22 Error when loading org-export-generic.el avkaplmkt
2012-07-24  6:47 ` Bastien
2012-07-25  0:55   ` Advrk Aplmrkt
2012-07-25  6:38 ` Bastien
2012-07-25 17:51   ` Advrk Aplmrkt
2012-07-26  3:49     ` Bastien
2012-07-26 15:08       ` Advrk Aplmrkt [this message]
2012-07-26 15:11         ` Bastien
2012-07-26 16:10           ` Advrk Aplmrkt
2012-07-27  6:43             ` Bastien
2012-08-06 21:02         ` Suvayu Ali

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAN+QS0KyUp-bAiuR7JyrFXeUhrTo9PM=cmdpV_uiS0ggMPAq4Q@mail.gmail.com' \
    --to=avkaplmkt@gmail.com \
    --cc=bzg@altern.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.