Kelvin Hu
Kelvin Hu
Could you please paste a link here to the generated html source by that code snippet?
I viewed the source, the code below is generated by org-page: ``` //... ``` the code below is generated by the snippet you mentioned: ``` ;; ... ``` Seems the...
Currently org-page uses **prettify.js** to render code blocks, and the `...` tag pair serves well for that, sorry that if there is no obvious benefit of the extra `...` tag...
Isn't the scroll bar controlled by CSS?
I find two related issues at prettify.js' repo: https://github.com/google/code-prettify/issues/159 https://github.com/google/code-prettify/issues/176 Please have a try to see if it works.
I tried on my box, seems there is no issue, if the cache is cleared, then the templates will be loaded from files, so you will see following message in...
Please refer to http://www.gnu.org/software/emacs/manual/html_node/elisp/Debugging.html if you really need to debug to solve this issue...
The design philosophy of theme `mdo` is concision, so we do not need these items on each page. Maybe another theme is needed for your suggestions.
Hmm, need some javascript code to trigger the highlighting, I will add later.
Sorry, "blog" is a default category cannot be removed, the uri cannot be changed, however, you can define a `:label` in `op/category-config-alist` to change the name shown on pages. See...