From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martyn Jago Subject: Re: Export #+call: within example block Date: Fri, 18 Nov 2011 23:30:59 +0000 Message-ID: References: <871ut5i5ey.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:47853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RRXtr-0002UV-94 for emacs-orgmode@gnu.org; Fri, 18 Nov 2011 18:31:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RRXtp-0006Bn-Uv for emacs-orgmode@gnu.org; Fri, 18 Nov 2011 18:31:15 -0500 Received: from lo.gmane.org ([80.91.229.12]:50745) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RRXtp-0006Bc-Nd for emacs-orgmode@gnu.org; Fri, 18 Nov 2011 18:31:13 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RRXto-0002j6-Fj for emacs-orgmode@gnu.org; Sat, 19 Nov 2011 00:31:12 +0100 Received: from 88-96-171-138.dsl.zen.co.uk ([88.96.171.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Nov 2011 00:31:12 +0100 Received: from martyn.jago by 88-96-171-138.dsl.zen.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Nov 2011 00:31:12 +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: emacs-orgmode@gnu.org Eric Schulte writes: Thanks Eric - sorted my script. Best, Martyn > Hi Martyn, > > Thanks for pointing out this bug. I've just pushed up a fix and a test > case. > > Cheers -- Eric > > Martyn Jago writes: > >> Hi >> >> Is there a way to export the following, is this a bug, or is there a >> work-around (to HTML)? >> >> >> >> #+begin_example >> >> #+call: rubbish() >> >> #+end_example >> >> >> For instance this exports fine... >> >> >> #+begin_example >> >> #+begin_src emacs-lisp >> >> (some rubbish) >> >> #+end_src >> >> #+end_example >> >> >> Best, Martyn >> >> --- >> Org-mode version 7.7 (release_7.7.571.g0dc50.dirty) >> GNU Emacs 24.0.50.1 (x86_64-apple-darwin, NS apple-appkit-1038.35) >> of 2011-08-21 on virtualmac.porkrind.org >> >>