From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: error: "End of file during parsing." when using option "timestamp" Date: Fri, 31 Aug 2007 15:52:13 +0200 Message-ID: References: <7c993d20fb1cc5af990bc9f333b2f0db@science.uva.nl> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IR6v0-0003K1-2r for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 09:52:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IR6uy-0003Jd-Mz for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 09:52:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IR6uy-0003Ja-Ff for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 09:52:12 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IR6uy-0000Wh-1U for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 09:52:12 -0400 In-Reply-To: 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: Rainer Stengele Cc: emacs-orgmode@gnu.org On Aug 31, 2007, at 13:52, Rainer Stengele wrote: > > > I have one more thing to ask: > > having meeting notes in my org structure like this: > > * meetings and notes and customer 0815 > ** <2007-08-27 Mo> > ** <2007-08-28 Di> > ** <2007-08-29 Mi> > > an html export deletes the time stamps and gives me empty headlines > which lead to missing headlines > in the contents of the html export. > I'd like to have my meetings planned like this and the notes in an > html export with headlines that > make sense. > Maybe an option to delete timestamps in the contents of the html > export? How about `org-export-remove-timestamps-from-toc' ??? Org-mode has so many variables, chances are the one you need is already there. The way to find such variables is M-x org-customize Open "Org Export" group Open "Org Export General" group Find the right variable. Hope this helps. - Carsten