From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: e-beamer-patch Date: Wed, 22 Aug 2012 16:35:58 +0200 Message-ID: <871uizc7u9.fsf@gmail.com> References: <20120822123952.GA7868@desktop> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4C62-0005SZ-Ql for emacs-orgmode@gnu.org; Wed, 22 Aug 2012 10:39:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T4C61-0004u7-PS for emacs-orgmode@gnu.org; Wed, 22 Aug 2012 10:39:50 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:45242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4C61-0004tm-Id for emacs-orgmode@gnu.org; Wed, 22 Aug 2012 10:39:49 -0400 Received: by weys10 with SMTP id s10so727978wey.0 for ; Wed, 22 Aug 2012 07:39:48 -0700 (PDT) In-Reply-To: <20120822123952.GA7868@desktop> (Philipp Kroos's message of "Wed, 22 Aug 2012 14:39:52 +0200") 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: Philipp Kroos Cc: emacs-orgmode@gnu.org Hello, Philipp Kroos writes: > while trying the new e-beamer I ran into a type-error which occurs when > org-e-beamer-outline-frame-options is left at its default value `nil'. > > The attached patch is a possible solution that works for me, though a > more general check in org-e-beamer--normalize-arguments may be more > appropriate (in case I'm not just missing to set a certain option > right). Since the type of `org-e-beamer-outline-frame-options' is a string, I've changed its default value to the empty string. That should solve the problem. Thank you for reporting this. Regards, -- Nicolas Goaziou