emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* default export templates broken?
@ 2013-07-11  3:03 Eric Abrahamsen
  2013-07-11  6:50 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Abrahamsen @ 2013-07-11  3:03 UTC (permalink / raw)
  To: emacs-orgmode

I wonder if something in the new export backend system has broken
inserting export option templates? Choosing anything but "default" as
the backend gives me this backtrace, in this case html. The offending
functions seem to have no definition (compiler macros?) so I couldn't
poke further, but it looks like a symbol's being given to something that
expects the new struct-based backend.

Debugger entered--Lisp error: (wrong-type-argument arrayp html)
  org-export-backend-name(html)
  (org-export-get-all-options (org-export-backend-name backend))
  (cond ((eq backend (quote default)) org-export-options-alist) ((org-export-backend-p backend) (org-export-get-all-options backend)) (t (org-export-get-all-options (org-export-backend-name backend))))
  org-export-insert-default-template(nil nil)
  org-export-dispatch(nil)
  call-interactively(org-export-dispatch nil nil)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: default export templates broken?
  2013-07-11  3:03 default export templates broken? Eric Abrahamsen
@ 2013-07-11  6:50 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2013-07-11  6:50 UTC (permalink / raw)
  To: Eric Abrahamsen; +Cc: emacs-orgmode

Hello,

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> I wonder if something in the new export backend system has broken
> inserting export option templates? Choosing anything but "default" as
> the backend gives me this backtrace, in this case html. The offending
> functions seem to have no definition (compiler macros?) so I couldn't
> poke further, but it looks like a symbol's being given to something that
> expects the new struct-based backend.

Indeed. This should now be fixed. Thank you.


Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-11  6:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-11  3:03 default export templates broken? Eric Abrahamsen
2013-07-11  6:50 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).