From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Export problem with #+BEGIN_EXAMPLE block Date: Wed, 12 Mar 2014 16:22:20 +0100 Message-ID: <8738inxx03.fsf@bzg.ath.cx> References: <531FD924.1070904@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNkzy-0002XF-VF for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 11:23:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNkzt-0004LN-0C for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 11:23:14 -0400 Received: from rs249.mailgun.us ([209.61.151.249]:55190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNkzs-0004KW-RS for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 11:23:08 -0400 In-Reply-To: <531FD924.1070904@gmail.com> (Christian Wittern's message of "Wed, 12 Mar 2014 12:48:52 +0900") 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: Christian Wittern Cc: Org Mode Mailing List Hi Christian, Christian Wittern writes: > The following minimal example shows a problem I have with export (tested > with 8.25 from git and the one bundled in Emacs 24.3.1): Can you run M-x org-version RET just to give the full version number? This helps spotting possible installation problems. > #+OPTIONS: toc:nil ^:nil > * Page numbers > The page number is given in the following form: > #+BEGIN_EXAMPLE > > #+END_EXAMPLE > > Whatever I do, neither an export to HTML nor to PDF shows the part within > the example block. In the real file, there is in fact a part of the text > after the example also falling out, but I tried to remove everything to make > a minimal example. Any ideas what might wrong here are welcome. Weird, I can export this well with Emacs 24.3/Org 7.9.3e and latest Emacs/Org. Please try to reproduce the problem with a bare emacs -q and by just loading your Org config. Thanks, -- Bastien