[O] How do I stop org-info.js showing all children recursively?

2014-12-10 Thread Daniele Parisi
When org-info.js is in (org-like) folding mode and you click on a heading, it expands showing all of its childrend headings recursively. Is there a way so that it shows only the first children headings? Instead of this: * A Expanding into * A ** B1 *** C1 *** C2 *

[O] Bug: Export Error with a css code snippet

2014-12-15 Thread Daniele Parisi
Hello, this snippet won't export after this error "face-attribute: Invalid face: css-property, italic": #+BEGIN_SRC css -moz-border-image: url("dots.gif") 10 stretch; #+END_SRC In emacs css-mode displays -moz-border-image as italic. Daniele