* migrating to the snapshot api
@ 2017-08-21 18:21 Sam Halliday
2017-08-25 8:19 ` Sam Halliday
0 siblings, 1 reply; 3+ messages in thread
From: Sam Halliday @ 2017-08-21 18:21 UTC (permalink / raw)
To: emacs-org list
Hi all,
I maintain a fork of an org-mode backend for a markdown based
publishing format
https://github.com/fommil/dotfiles/blob/master/.emacs.d/lisp/ox-leanpub.el
Which works great for the org-mode that ships with emacs 25.2.
However, when I use the latest org-mode from the snapshots on even the
most simple of files, e.g. the one line
==========
Wibble wibble I'm a fish
==========
I get a stacktrace like this (huge amount of data elided)
==========
Debugger entered--Lisp error: (wrong-type-argument sequencep :back-end)
mapc(#[
mapc(#[
org-element-map(
org-export--footnote-reference-map(
org-export-collect-footnote-definitions(
org-leanpub-inner-template(
org-export-as(leanpub nil nil nil nil)
org-export-to-buffer(leanpub "*Org LEANPUB Export*" nil nil nil nil
nil (lambda nil (text-mode)))
org-leanpub-export-as-markdown()
funcall-interactively(org-leanpub-export-as-markdown)
call-interactively(org-leanpub-export-as-markdown record nil)
command-execute(org-leanpub-export-as-markdown record)
execute-extended-command(nil "org-leanpub-export-as-markdown" nil)
funcall-interactively(execute-extended-command nil
"org-leanpub-export-as-markdown" nil)
call-interactively(execute-extended-command nil nil)
command-execute(execute-extended-command)
==========
From reading http://orgmode.org/Changes.html#org1e55804 I can see that
I am supposed to remove the :export-block, which I have done locally.
Can anybody see what else I need to change to be compatible with the
latest version?
Best regards,
Sam
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: migrating to the snapshot api
2017-08-21 18:21 migrating to the snapshot api Sam Halliday
@ 2017-08-25 8:19 ` Sam Halliday
2017-08-25 9:43 ` Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: Sam Halliday @ 2017-08-25 8:19 UTC (permalink / raw)
To: emacs-org list
Apologies for bumping this, I was wondering if anybody had any more
thoughts on migrating this backend to the latest version of org-mode?
Seems to be something changed that isn't in the migration notes...
On 21 August 2017 at 19:21, Sam Halliday <sam.halliday@gmail.com> wrote:
> Hi all,
>
> I maintain a fork of an org-mode backend for a markdown based
> publishing format
> https://github.com/fommil/dotfiles/blob/master/.emacs.d/lisp/ox-leanpub.el
>
> Which works great for the org-mode that ships with emacs 25.2.
>
> However, when I use the latest org-mode from the snapshots on even the
> most simple of files, e.g. the one line
>
> ==========
> Wibble wibble I'm a fish
> ==========
>
> I get a stacktrace like this (huge amount of data elided)
>
> ==========
> Debugger entered--Lisp error: (wrong-type-argument sequencep :back-end)
> mapc(#[
> mapc(#[
> org-element-map(
> org-export--footnote-reference-map(
> org-export-collect-footnote-definitions(
> org-leanpub-inner-template(
> org-export-as(leanpub nil nil nil nil)
> org-export-to-buffer(leanpub "*Org LEANPUB Export*" nil nil nil nil
> nil (lambda nil (text-mode)))
> org-leanpub-export-as-markdown()
> funcall-interactively(org-leanpub-export-as-markdown)
> call-interactively(org-leanpub-export-as-markdown record nil)
> command-execute(org-leanpub-export-as-markdown record)
> execute-extended-command(nil "org-leanpub-export-as-markdown" nil)
> funcall-interactively(execute-extended-command nil
> "org-leanpub-export-as-markdown" nil)
> call-interactively(execute-extended-command nil nil)
> command-execute(execute-extended-command)
> ==========
>
> From reading http://orgmode.org/Changes.html#org1e55804 I can see that
> I am supposed to remove the :export-block, which I have done locally.
>
> Can anybody see what else I need to change to be compatible with the
> latest version?
>
> Best regards,
> Sam
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: migrating to the snapshot api
2017-08-25 8:19 ` Sam Halliday
@ 2017-08-25 9:43 ` Nicolas Goaziou
0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2017-08-25 9:43 UTC (permalink / raw)
To: Sam Halliday; +Cc: emacs-org list
Hello,
Sam Halliday <sam.halliday@gmail.com> writes:
> Apologies for bumping this, I was wondering if anybody had any more
> thoughts on migrating this backend to the latest version of org-mode?
> Seems to be something changed that isn't in the migration notes...
Line 78, you reversed the order of the arguments passed to
`org-export-collect-footnote-definitions'.
Simply remove (plist-get info :parse-tree), since it is the default
value anyway.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-08-25 9:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-21 18:21 migrating to the snapshot api Sam Halliday
2017-08-25 8:19 ` Sam Halliday
2017-08-25 9:43 ` 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).