-
Notifications
You must be signed in to change notification settings - Fork 26
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
asciidoc frozen #51
Comments
what version of asciidoc |
Thanks for your answer :-)
`asciidoc --version` ==> asciidoc 8.6.9
…----------------------------------------------------------------
-- Dott. Ing. Luca Paganotti
-- Via dei Giardini 9
-- 21035 Cunardo (VA)
-- 393 1346898
----------------------------------------------------------------
-- softech s.r.l. email:
-- [email protected]
-- [email protected]
-- https://github.com/lucapaganotti
-- sourceforge email:
-- [email protected]
-- skype name: luca.paganotti
[image: http://it.linkedin.com/in/lucapaganotti]
<http://it.linkedin.com/in/lucapaganotti>
-- Mastodon: l <https://www.facebook.com/luca.paganotti.66>
[email protected]
-- ---------------------------------------------------------------
-- Mistakes are portals of discovery - JAAJ
--- --------------------------------------------------------------
On Thu, Aug 9, 2018 at 4:58 AM elextr ***@***.***> wrote:
what version of asciidoc asciidoc --version ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF2LHdf9sQvG1J1HXPEWwuXKCPJSrybHks5uO6VvgaJpZM4Vzpys>
.
|
Not sure why it would hang, but you could try using the |
That's what I did at first hand.
But asciidoc was complaining about odt.conf and asciidoc.odt.styles not
found.
I've run asciidoc --backend install odt-backend-0.1.zip as root
So asciidoc.odt.styles, odt.conf, a2x-backend.py, asciidoc.ott where put in
/root/.asciidoc/backends/odt
Running *asciidoc -b odt myfile* first complains about not finding
asciidoc.odt.styles because this file is searched in
/etc/asciidoc/backends/odt
To satisfy asciidoc I copied the four files in /etc/asciidoc/backends/odt
I runn again *asciidoc -b odt myfile* but the command never exits nor gives
error/warnings or whatsoever.
Hope this can help :-)
…----------------------------------------------------------------
-- Dott. Ing. Luca Paganotti
-- Via dei Giardini 9
-- 21035 Cunardo (VA)
-- 393 1346898
----------------------------------------------------------------
-- softech s.r.l. email:
-- [email protected]
-- [email protected]
-- https://github.com/lucapaganotti
-- sourceforge email:
-- [email protected]
-- skype name: luca.paganotti
[image: http://it.linkedin.com/in/lucapaganotti]
<http://it.linkedin.com/in/lucapaganotti>
-- Mastodon: l <https://www.facebook.com/luca.paganotti.66>
[email protected]
-- ---------------------------------------------------------------
-- Mistakes are portals of discovery - JAAJ
--- --------------------------------------------------------------
On Thu, Aug 9, 2018 at 8:22 AM elextr ***@***.***> wrote:
Not sure why it would hang, but you could try using the asciidoc
--backend install zipfile rather than copying files yourself.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF2LHdCMN_pZG4axxP-6Y-4NR-p8LrpNks5uO9UWgaJpZM4Vzpys>
.
|
Try running the backends install as the user who is going to use it, not as root. |
Running asciidoc --backend install odt-backend-0.1.zip as a normal user, gives exactly the same behaviour ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm trying to use the odt backend to asciidoc, I've setup my environment copying odt.conf and asciidoc.odt.styles in my /etc/asciidoc folder.
I'm running a debian box:
less /etc/debian_version
= 9.5Running asciidoc -b odt myfile.adoc
stucks without issuing any warning or error
myfile.adoc has doctype book
Can you help please? Have a good day :-)
The text was updated successfully, but these errors were encountered: