From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Gauland Subject: Error exporting empty results block Date: Tue, 25 Dec 2012 15:59:16 +1300 Message-ID: <50D91684.6010108@no8wireless.co.nz> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig3EAF8478152EBAEDC471B90E" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnKjt-00005C-V3 for emacs-orgmode@gnu.org; Mon, 24 Dec 2012 21:59:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TnKjs-0002MR-Vz for emacs-orgmode@gnu.org; Mon, 24 Dec 2012 21:59:33 -0500 Received: from jersey.rurallink.co.nz ([114.134.15.197]:48049 helo=smtp.rurallink.co.nz) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnKjs-0002I6-Ki for emacs-orgmode@gnu.org; Mon, 24 Dec 2012 21:59:32 -0500 Received: from 114-134-9-97.rurallink.co.nz ([114.134.9.97] helo=[192.168.15.101]) by smtp.rurallink.co.nz with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1TnKjo-0006N7-HC for emacs-orgmode@gnu.org; Tue, 25 Dec 2012 15:59:29 +1300 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 Org-Mode This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig3EAF8478152EBAEDC471B90E Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable org-escape-code-in-region produces an 'Invalid search bound (wrong side of point)' error when exporting a block that produces an empty wrapped block. For example: #+BEGIN_SRC emacs-lisp :wrap fundamental :exports both (setq x nil) #+END_SRC I'm exporting an empty block because I want the side effect of executing the block. I have a large number of other blocks that produce non-empty results, and I'm using a global :wrap setting for those. Any suggestions on solving this would be appreciated. Kind Regards, Mike Gauland --------------enig3EAF8478152EBAEDC471B90E Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQIcBAEBAgAGBQJQ2RaJAAoJEKnkgIXLqylXFFYP/AvFCjM6Lvf9wqxtr1KWeyhi A5Wng05CVMysRlmZyY9vSm0YHvFf/r6IERItoSRcJkWBDEY1Oxs0dUDkxVXY9idf 7tGcoTURrfReNn6ZRJasFZg+LvxjRq+UxC6fvNz36J/BTcrzPE9jEueaHNbeoHNz /x3m4+0I3fZZXn3NIOXGiOFPzJbEVhvqyrnvM//7Dhisl+rRjtDEdpuC2H98vzxe FmA7DVAhM1Pl2DZJ3k0bVN1v7pIp5qrL9o1FIbJsQFxgKKp/lef+6y3nXYgN39T3 634ayPwjy8afN4tlk9NW6V675sFOOJLIDVxip0Ms/d0ZMKUAMFqIsGb9EV3nuW+K /7UxPgmXOw43qFTSv9/MN3K95DSpvjvCo3IoV2eIINQlGs9aNRVVDkslNfmz/FCn KtHWetgjtqxFTF90q7vYhYsnFt6fL3R2Kvrup8vBBq6V0Hn0JNokOf1/YKgi/1/r wJhgTEvcRH5bckfAGVMSHFI/uIzSGvwHCoViXfEd07t9+H9VPJ88QSJxrHAtKTNy xkdZt5aifpxGOG80j4Nef2Cpy6/bEeXA8TpvX7M6VlaeOPy/PH9voC39arAh38EL v+I5W24V6aRfZpBpzm/1wj/fSGm1xK/e52KDsmhOYvNhuOBeI500+IzpIxKlIRQK NsIoim02p3mEzVIiMBRU =Rcjb -----END PGP SIGNATURE----- --------------enig3EAF8478152EBAEDC471B90E--