org-html: Fix logic for export of section numbers
commit5259210cfb2d9910d67bc4d63f0d531b0dbb3bf6
authorLawrence Mitchell <wence@gmx.li>
Tue, 29 Mar 2011 13:30:27 +0000 (29 13:30 +0000)
committerCarsten Dominik <carsten.dominik@gmail.com>
Wed, 6 Apr 2011 08:35:55 +0000 (6 10:35 +0200)
tree8eeed0fe15e1a3c76f7dbd170c9f2e802c5fdac3
parent0e8f873c88bc2ea929a8563a3effcbae13d3b5c5
org-html: Fix logic for export of section numbers

* lisp/org-html.el (org-export-as-html) (org-html-level-start): Fix
logic for section number printing when NUM is an integer.

Fixes a bug introduced in 9f57b8e which considered all non-integer
values of the num option to be nil.
lisp/org-html.el