From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giuseppe Lipari Subject: Cannot export bash src Date: Tue, 23 Feb 2016 10:23:20 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=94eb2c05aff6433ed0052c6d5787 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYA7x-00080I-3y for emacs-orgmode@gnu.org; Tue, 23 Feb 2016 05:23:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYA7v-00028r-R6 for emacs-orgmode@gnu.org; Tue, 23 Feb 2016 05:23:33 -0500 Received: from mail-wm0-x22d.google.com ([2a00:1450:400c:c09::22d]:38408) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYA7v-00028f-K2 for emacs-orgmode@gnu.org; Tue, 23 Feb 2016 05:23:31 -0500 Received: by mail-wm0-x22d.google.com with SMTP id a4so201862702wme.1 for ; Tue, 23 Feb 2016 02:23:31 -0800 (PST) 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" --94eb2c05aff6433ed0052c6d5787 Content-Type: text/plain; charset=UTF-8 Hello, I have a strange behaviour when trying to produce a beamer presentation . I have a rather complicated set of slides, one of the slide contains this snippet: %--------- snippet ----------% ** CGI - producing output - Example in shell script: #+BEGIN_SRC bash echo "content-type: text/html" echo echo "" echo "" echo "" echo "it is "`date`"" echo "" echo "" #+END_SRC %--------- snippet ----------% I use minted for formatting the visual output. When I try to export to beamer, it stops well before the export with the following error: [...] org-babel-exp process emacs-lisp at line 16... org-babel-exp process html at line 114... org-babel-exp process html at line 164... org-babel-exp process bash at line 270... byte-code: Invalid search bound (wrong side of point) If I comment the above snippet, everything is all right, so I think it should be the culprit. However, if I isolate the above snippet in separate org file, the pdf file is produced all right. Anybody has any idea of what is going on? I am available to give you more information (my init.org, and the whole org file, if necessary). Giuseppe Lipari --94eb2c05aff6433ed0052c6d5787 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello,

I have a stra= nge behaviour when trying to produce a beamer presentation .

I= have a rather complicated set of slides, one of the slide contains this sn= ippet:

%--------- snippet ----------%
** CGI - producing = output=20
- Example in shell script:=20
#+BEGIN_SRC bash
=C2=A0 echo "content-type: text/html&quo= t;
=C2=A0 echo
=C2=A0 echo "<!doctype html publi\"-//w3c/dtd html = 3.2 final/en\">"
=C2=A0 echo "<html>"
=C2=A0 echo "<body>"
=C2=A0 echo "it is <b>"`date`"</b>&qu= ot;
=C2=A0 echo "</body>"
=C2=A0 echo "</html>"
#+END_SRC
%--------- snippet ----------%

I use minted for form= atting the visual output.
When I try to export to beamer, it stops= well before the export with the following error:

[...]
org-babel= -exp process emacs-lisp at line 16...
org-babel-exp process html at line 114...
org-babel-exp process html at line 164...
org-babel-exp process bash at line 270...
byte-code: Invalid search bound (wrong side of point)

If I comment the above snippet, everything is all right, so= I think it should be the culprit.
However, if I isolate the= above snippet in separate org file, the pdf file is produced all right.
Anybody has any idea of what is going on? I am available t= o give you more information (my init.org, a= nd the whole org file, if necessary).


Giuseppe Lipar= i


=C2=A0
--94eb2c05aff6433ed0052c6d5787--