From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: slight change to default value of org-beamer-fragile-re Date: Thu, 25 Feb 2010 13:10:59 -0700 Message-ID: <873a0pxei4.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nkk5Z-0003UW-1o for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 15:13:37 -0500 Received: from [140.186.70.92] (port=60952 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nkk5Y-00039y-C6 for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 15:13:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nkk3N-0002U8-OZ for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 15:11:22 -0500 Received: from mail-pw0-f41.google.com ([209.85.160.41]:51790) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nkk3M-0002Tg-Ra for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 15:11:21 -0500 Received: by pwj7 with SMTP id 7so6115063pwj.0 for ; Thu, 25 Feb 2010 12:11:19 -0800 (PST) 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: Org Mode Hi, I'd propose changing the default value of `org-beamer-fragile-re' from "^[ \t]*\\\\begin{verbatim}" to "^[ \t]*\\\\begin{\\(verbatim\\|lstlisting\\)}" as there are many ways in which Org-mode files automatically generate lstlisting environments. Best -- Eric