From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tyler Smith Subject: documentation bug Date: Thu, 13 Sep 2012 10:50:47 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCAko-0000mc-EO for Emacs-orgmode@gnu.org; Thu, 13 Sep 2012 10:51:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCAki-0000BH-My for Emacs-orgmode@gnu.org; Thu, 13 Sep 2012 10:50:54 -0400 Received: from mail-lpp01m010-f41.google.com ([209.85.215.41]:37551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCAki-0000Ar-Fn for Emacs-orgmode@gnu.org; Thu, 13 Sep 2012 10:50:48 -0400 Received: by lahd3 with SMTP id d3so2121936lah.0 for ; Thu, 13 Sep 2012 07:50:47 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs-orgmode@gnu.org Hi, I'm using org-mode 7.8.03, which shipped with Emacs 24.0.94.1. The documentation for exporting html includes the following: 12.5.1 HTML export commands --------------------------- `C-c C-e h (`org-export-as-html')' Export as HTML file. [...] If there is an active region(1), only the region will be exported. However, I think this is incorrect. If there is an active region, org-export will turn on subtree-p. This results in unexpected behaviour. For example, if an active region is marked that contains two subtrees, but point is at the beginning of a third subtree, then instead of exporting the two subtrees in the active region, you get only the third subtree which is outside the region. The same problem appears to hold for C-c C-e R. You actually need to call C-c C-e 1 h to get the expected behaviour. I'm not sure if this is a problem with the docs or the code itself, but they don't seem to match up on this point. Thanks, Tyler