Hello, right now I am testing the new exporter. It works very well except on backslashes. Here is a minimal example which shows the problem: #+BEGIN_SRC org #+TITLE: new-exporter.org #+AUTHOR: Thomas Holst #+EMAIL: thomas.holst@de.bosch.com #+DATE: 2012-07-16 Mo #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:{} -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:t skip:nil d:t todo:t pri:nil tags:t #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport #+LINK_UP: #+LINK_HOME: #+XSLT: * headline some text \\ more text #+END_SRC When I try to export to LaTeX (M-x org-export-dispatch L) there is an error: and: Invalid search bound (wrong side of point) No LaTeX code is produced. This is with emacs -Q and only the relevant org files loaded: emacs-vesion: GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) of 2011-09-19 on 3249CTO org-version: Org-mode version 7.8.11 (release_7.8.11-196-g5dbd13 @ c:/daten/users/de_hts2fe/git/org-mode/lisp/) OS: WinXP (also tested with emacs 23.2) I know that it does not make sense to have an empty line after the backslashes, but I think there should be no error. It only happens when there is an empty line after the backslashes. Without the empty line there is no error. Backtrace: