From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: bug? hlevel in org-export-region-as-html Date: Sun, 21 Nov 2010 13:06:48 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=44770 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKGBX-0003gS-SX for emacs-orgmode@gnu.org; Sun, 21 Nov 2010 15:06:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PKGBW-0000oP-SB for emacs-orgmode@gnu.org; Sun, 21 Nov 2010 15:06:51 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:37306) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PKGBW-0000nR-Nf for emacs-orgmode@gnu.org; Sun, 21 Nov 2010 15:06:50 -0500 Received: by wwc33 with SMTP id 33so6830881wwc.30 for ; Sun, 21 Nov 2010 12:06:49 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org org-export-region-as-html appears to measure hlevel from the top level in the file, not the top level in the region. Is this a bug or should we create a negative level in org-export-html-toplevel-hlevel to compensate? Thanks.