Skip to content
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

Add note about default export behavior of org-mode in #7238

Conversation

bitspook
Copy link

Since it seem to be a common source of confusion, this PR adds a note in org-mode documentation referring users to consult org-mode's export documentation when they find themselves in a pinch.

Fixes #7236

Since it seem to be a common source of confusion, this commit adds a note in
org-mode documentation referring users to consult org-mode's export
documentation when they find themselves in a pinch.
@tarleb
Copy link
Collaborator

tarleb commented Apr 26, 2021

Thank you, looks good! Just one thing: The PR uses a block quote to create a box around the note. This is a common method, but semantically not the best. How about using a fenced div instead, e.g. ::: note? One could even add some header-includes directive to style the block, ensuring that the output looks pretty.

@bitspook
Copy link
Author

@tarleb Since pandoc.org uses bootstrap anyway, I've added div with .alert .alert-info classes instead of blockquotes. Please check and suggest changes.
I haven't figured out how to generate pandoc.org content locally, but with some tinkering in browser's inspector, I think this is how it should end up looking like:

image

@tarleb
Copy link
Collaborator

tarleb commented Apr 26, 2021

Great, thanks!

@tarleb tarleb merged commit b159daa into jgm:master Apr 26, 2021
@tarleb
Copy link
Collaborator

tarleb commented Apr 26, 2021

BTW, extra kudos for using link titles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In Org mode, Header with level > 3 are not recognized as headers
2 participants