From mboxrd@z Thu Jan 1 00:00:00 1970 From: rpgoldman@sift.info Subject: [PATCH] Fixed typo in regex in org-beamer-place-default-actions-for-lists Date: Mon, 11 Oct 2010 20:03:08 -0500 Message-ID: <1286845388-68210-2-git-send-email-rpgoldman@sift.info> References: <1286845388-68210-1-git-send-email-rpgoldman@sift.info> Return-path: Received: from [140.186.70.92] (port=46841 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5THU-0001fr-4w for emacs-orgmode@gnu.org; Mon, 11 Oct 2010 21:03:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5THS-0003e5-R8 for emacs-orgmode@gnu.org; Mon, 11 Oct 2010 21:03:51 -0400 Received: from enchanter.real-time.com ([63.170.91.11]:4081) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5THS-0003e1-Lo for emacs-orgmode@gnu.org; Mon, 11 Oct 2010 21:03:50 -0400 In-Reply-To: <1286845388-68210-1-git-send-email-rpgoldman@sift.info> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: "Robert P. Goldman" From: Robert P. Goldman --- lisp/org-beamer.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-beamer.el b/lisp/org-beamer.el index 49b3499..453ba8a 100644 --- a/lisp/org-beamer.el +++ b/lisp/org-beamer.el @@ -373,7 +373,7 @@ The need to be after the begin statement of the environment." (let (dovl) (goto-char (point-min)) (while (re-search-forward - "^[ \t]*\\\\begin{\\(itemize\\|enumerate\\|desctiption\\)}[ \t\n]*\\\\item\\>\\( ?\\(<[^<>\n]*>\\|\\[[^][\n*]\\]\\)\\)?[ \t]*\\S-" nil t) + "^[ \t]*\\\\begin{\\(itemize\\|enumerate\\|description\\)}[ \t\n]*\\\\item\\>\\( ?\\(<[^<>\n]*>\\|\\[[^][\n*]\\]\\)\\)?[ \t]*\\S-" nil t) (if (setq dovl (cdr (assoc "BEAMER_dovl" (get-text-property (match-end 0) 'org-props)))) -- 1.7.2.2