Hi,
I'd like to propose a couple of changes / enhancements to how org-export
exports some data in to HTML files to make it slightly easier to style
those files.
The first is re line-numbers.
At the moment those get exported as content in the HTML, although they're
really additional metadata. Amo
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
--
Jeremie Juste writes:
Hello,
looking deeper into the docs I saw that we could modify the
org-html-mathjax-template in the following way to add the macro.
(setq (org-html-mathjax-template
"
MathJax.Hub.Config({
displayAlign: \"%ALIGN\",
displayIndent: \"%INDENT\",
Hi,
I am working on publishing a book using LeanPub (
https://leanpub.com/learning-hammerspoon/), produced from an Org source
file. I am trying to use the code from
https://medium.com/@lakshminp/publishing-a-book-using-org-mode-9e817a56d144,
which you can see here:
https://gist.githubusercontent.c
Hello,
Frederic Gilbert writes:
> Following an upgrade from 8.2.10 to 9.1.14 from GIT repository,
> it looks like tables column width specifications (e.g. <10> on a row)
> don't work anymore.
Could you explain what doesn't work?
Regards,
--
Nicolas Goaziou
Hello,
stardiviner writes:
> When I open a big Org file which contains many different languages
> source blocks. And when the Org file buffer is fontified when option
> `org-src-fontify-natively` is enabled. Org will try to load those
> major modes. Including major-mode-hook like "clojure-mode-h