-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unclear error message when used with pandoc --to=jats #43
Labels
Comments
Thank you for the report and sorry for the long wait. This is definitely a bug. I have fixed it in the Tom |
Thanks! Reference the commit at d479d14 |
Sorry, Daniel, but I am not sure if you are asking me to do something here? |
Ah no. You are all good. Just wanted to link to the commit that fixed the
issue in case that is ever helpful in the future.
…On Thu, Jul 30, 2020, 10:06 AM Thomas J. Duck ***@***.***> wrote:
Sorry, Daniel, but I am not sure if you are asking me to do something here?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIQ4B57IGQWFLEYKMAOBD3R6F45HANCNFSM4KILDBWA>
.
|
dhimmel
added a commit
to dhimmel/manubot-rootstock
that referenced
this issue
Oct 30, 2020
pandoc-eqnos upgrade addresses the following error: tomduck/pandoc-eqnos#43 UnboundLocalError: local variable 'ret' referenced before assignment
dhimmel
added a commit
to dhimmel/manubot-rootstock
that referenced
this issue
Oct 31, 2020
pandoc-eqnos upgrade addresses the following error: tomduck/pandoc-eqnos#43 UnboundLocalError: local variable 'ret' referenced before assignment
dhimmel
added a commit
to manubot/rootstock
that referenced
this issue
Nov 1, 2020
merges #383 pandoc-eqnos upgrade addresses the following error: UnboundLocalError: local variable 'ret' referenced before assignment tomduck/pandoc-eqnos#43 Hold back pandoc due to the lack of panflute support. Switch commands in build/README.md to be relative to the repo root.
ploegieku
added a commit
to ploegieku/2023-functional-homology-paper
that referenced
this issue
Aug 6, 2024
merges manubot/rootstock#383 pandoc-eqnos upgrade addresses the following error: UnboundLocalError: local variable 'ret' referenced before assignment tomduck/pandoc-eqnos#43 Hold back pandoc due to the lack of panflute support. Switch commands in build/README.md to be relative to the repo root.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a build for manubot/rootstock#82, I'm getting the following error:
The corresponding pandoc-eqnos function is:
pandoc-eqnos/pandoc_eqnos.py
Lines 178 to 213 in 6341171
We're specifying pandoc's
--to=jats
, which does not appear to be supported by this function. Should there be a final else to capture unsupported formats and either:The text was updated successfully, but these errors were encountered: