Hello All, I'm creating some styling for class '.outline-2' and when I view my file w/o Javascript, it styles just as expected. But w/org-info.js, my styling is lost.
Anyone know how to style these classes (outline-N) without having "org-info.js" clobber it? For now, I'm just trying to indent: .outline-2 { margin-left: 1%; background: #ccff99; } The background color was just to confirm (in an obvious fashion) is was the Javascript. FWIW, I removed the "#+INFOJS_OPT:..." line and the style was fine as well. So unfortunately, it is Org-Info that's clobbering the styling. --dag