We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm trying to generate the index.org using provided org.css files, but there is a little typo in index.org :
#+HTML_HEAD: <link id="pagestyle" rel="stylesheet" type="text/css" href="org.css"/>
corrected to
#+HTML_HEAD: <link id="pagestyle" rel="stylesheet" type="text/css" href="css/org.css"/>
When i compile using org version 9.3, left margin disapear, see the screen shoot joined
The text was updated successfully, but these errors were encountered:
Hi Rayman,
org.css
css/org.css
docs
index.html
Sorry, something went wrong.
Hi @reyman which browser are you using? I could not reproduce the problem.
No branches or pull requests
Hi,
I'm trying to generate the index.org using provided org.css files, but there is a little typo in index.org :
#+HTML_HEAD: <link id="pagestyle" rel="stylesheet" type="text/css" href="org.css"/>
corrected to
#+HTML_HEAD: <link id="pagestyle" rel="stylesheet" type="text/css" href="css/org.css"/>
When i compile using org version 9.3, left margin disapear, see the screen shoot joined
The text was updated successfully, but these errors were encountered: