From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Berry Subject: org-element-paragraph-parser fails Date: Mon, 11 Feb 2013 04:17:05 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4kpT-00010Z-VN for emacs-orgmode@gnu.org; Sun, 10 Feb 2013 23:17:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4kpT-0001H1-0t for emacs-orgmode@gnu.org; Sun, 10 Feb 2013 23:17:19 -0500 Received: from plane.gmane.org ([80.91.229.3]:56264) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4kpS-0001Gv-QL for emacs-orgmode@gnu.org; Sun, 10 Feb 2013 23:17:18 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U4kpk-0003Xt-Hj for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 05:17:36 +0100 Received: from 172-7-166-26.lightspeed.sndgca.sbcglobal.net ([172.7.166.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Feb 2013 05:17:36 +0100 Received: from ccberry by 172-7-166-26.lightspeed.sndgca.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Feb 2013 05:17:36 +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 Remove the spaces before #+name OR take out the '- item' and org-export-dispatch succeeds. As is, it fails with org-element-paragraph-parser: Invalid search bound (wrong side of point) ,---- | * export dispatcher | | - item | | #+name: xyz | #+BEGIN_SRC emacs-lisp | (pwd) | #+END_SRC `----