Eraldo Helal <off...@eraldo.at> wrote:

> When pressing C-c C-e, a // export to ascii
> I get the following error:
> 
> > org-export: Autoloading failed to define function org-export-as-ascii
> 
> Any idea how to fix this?
> 

Well, you can fix it by loading the org-ascii.el (or org-ascii.elc) file
(at least on recent upstream versions - the export file organization
changed recently and that *may* be what is triggering your problem).
But the question is: why are you getting this error? The file should be
loaded on demand.

Are you using the upstream org-mode or the one that comes with your
emacs? In particular, what version?[1] And how do you load org-mode from
your .emacs (including any settings of load-path)?

Also, can you do C-h f org-export-as-ascii <RET> and include the output
in your reply?

Thanks,
Nick

[1] C-u M-x org-version <RET> will insert the version string into the
    buffer, so you can easily annotate any email you send with the
    version. It is *always* a good idea to include the org-version with
    any questions/problems you send to the list, as well as the
    corresponding emacs version: C-u M-x emacs-version <RET>.


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to