From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: using first heading as

in batch export to html Date: Tue, 24 Jan 2012 15:57:30 +0100 Message-ID: <87wr8hcfmt.fsf@altern.org> References: <20120124143955.4099cd91@vknecht-intel.unibw-hamburg.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RphnH-0007fN-NQ for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 09:56:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RphnG-0003yx-38 for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 09:56:19 -0500 Received: from mail-bk0-f41.google.com ([209.85.214.41]:54606) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RphnF-0003yY-Rh for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 09:56:18 -0500 Received: by bkbzx1 with SMTP id zx1so3889210bkb.0 for ; Tue, 24 Jan 2012 06:56:16 -0800 (PST) In-Reply-To: <20120124143955.4099cd91@vknecht-intel.unibw-hamburg.de> (Detlef Steuer's message of "Tue, 24 Jan 2012 14:39:55 +0100") 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: Detlef Steuer Cc: emacs-orgmode@gnu.org Hi Detlef, Detlef Steuer writes: > -- test.org -------- > * heading1 > some text > -------------------- > > to html I get a

test

as result. > > If I open the file and do C-c @ on the first heading the > result contains

heading1

> > How do I achieve the latter in batch export? Please try to use #+OPTIONS: skip:t and let us know what title is used in the batch export. HTH, -- Bastien