From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: error when exporting org to html Date: Thu, 05 Feb 2009 14:05:09 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LV3w9-0000uI-Di for emacs-orgmode@gnu.org; Thu, 05 Feb 2009 08:06:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LV3w6-0000so-RA for emacs-orgmode@gnu.org; Thu, 05 Feb 2009 08:06:33 -0500 Received: from [199.232.76.173] (port=42818 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LV3w6-0000sZ-Ke for emacs-orgmode@gnu.org; Thu, 05 Feb 2009 08:06:30 -0500 Received: from main.gmane.org ([80.91.229.2]:38946 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LV3w5-0004Bb-UB for emacs-orgmode@gnu.org; Thu, 05 Feb 2009 08:06:30 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LV3vr-0004AP-Ke for emacs-orgmode@gnu.org; Thu, 05 Feb 2009 13:06:18 +0000 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Feb 2009 13:06:15 +0000 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Feb 2009 13:06:15 +0000 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 I have a problem exporting html and directly browsing the exported file. I have my org file in a indirect buffer, Pressing "C-c C-e b" results in: Exporting... [2 times] save-restriction: Args out of range: 0, 1 org version: 6.21b GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) of 2009-01-12 on LENNART-69DE564 (patched) Can anybody give me a hint? By the way, I always run into this task: I have a very large org file and want to export a specific region to html. The highest org-level of the region is for example "6" "******". Exporting results "correctly" in "high" HTML header levels and "strange" formatting formatting. I would like to automatically export to "level 1". What I now do is copy the region in a new org file. move the level to "1" = "*" and export then. Bad workaround ... Anybody has a suggestion? Rainer