From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: error: "End of file during parsing." when using option "timestamp" Date: Fri, 31 Aug 2007 13:28:23 +0200 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 1IR4hW-0006rZ-SQ for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 07:30:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IR4hU-0006qm-Gy for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 07:30:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IR4hU-0006qj-Bq for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 07:30:08 -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 1IR4hT-0006CB-Si for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 07:30:08 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1IR4hP-0006hl-4h for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 13:30:03 +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 13:30:03 +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 13:30:03 +0200 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 Using the option "timestamp" true or nil I get this error in "C-c C-e b": End of file during parsing. #+OPTIONS: H:2 num:nil toc:t \n:t @:t ::t |:t ^:t f:t *:t TeX:t LaTeX:nil skip:t p:nil timestamp: nil Rainer