relevance / org-html-slideshow

JavaScript presentation slides generated from Emacs org-mode
160 stars 42 forks source link

Headings padded with spaces #1

Closed maacl closed 11 years ago

maacl commented 12 years ago

Headings cf. the example.html appears to be padded with 3 non-breaking spaces. The spaces are introduced by the org-mode html export to create distance between the headline and the tag(s). The challenge is that the spaces mess up positioning (alignment) of the headlines. As far as I can tell the insertion of spaces is not something that can be easily tweaked in org-mode.

stuartsierra commented 12 years ago

Yes. The extra spaces could be fixed in the ClojureScript code by manipulating the DOM. Patches welcome.

maacl commented 12 years ago

Ok, I will attempt a patch.

On Sat, Mar 10, 2012 at 7:03 PM, Stuart Sierra < reply@reply.github.com

wrote:

Yes. The extra spaces could be fixed in the ClojureScript code by manipulating the DOM. Patches welcome.


Reply to this email directly or view it on GitHub:

https://github.com/relevance/org-html-slideshow/issues/1#issuecomment-4432802

jblomo commented 12 years ago

I think this issue is resolved. @stuartsierra added remove-heading-spaces in c3367a41

stuartsierra commented 11 years ago

Already fixed.