From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: error: "End of file during parsing." when using option "timestamp" Date: Fri, 31 Aug 2007 16:35:02 +0200 Message-ID: References: <7c993d20fb1cc5af990bc9f333b2f0db@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IR7an-0007lo-O1 for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 10:35:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IR7al-0007lU-5w for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 10:35:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IR7al-0007lQ-0u for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 10:35:23 -0400 Received: from main.gmane.org ([80.91.229.2] 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 1IR7ak-00085S-KT for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 10:35:22 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IR7ah-0002MM-Od for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 16:35:20 +0200 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 ; Fri, 31 Aug 2007 16:35:19 +0200 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 31 Aug 2007 16:35:19 +0200 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: emacs-orgmode@gnu.org Carsten Dominik schrieb: > > 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 Wow, a dream... Again - thank you so much. Rainer