From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: Wrong number of arguments: setq, 1 Date: Fri, 11 Dec 2015 15:04:59 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59702) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7Twj-0006rV-4q for emacs-orgmode@gnu.org; Fri, 11 Dec 2015 15:05:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a7Twi-00055Q-7d for emacs-orgmode@gnu.org; Fri, 11 Dec 2015 15:05:40 -0500 Received: from mail-qg0-x22f.google.com ([2607:f8b0:400d:c04::22f]:33020) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7Twh-00055A-Pq for emacs-orgmode@gnu.org; Fri, 11 Dec 2015 15:05:39 -0500 Received: by qgef78 with SMTP id f78so16783070qge.0 for ; Fri, 11 Dec 2015 12:05:39 -0800 (PST) In-Reply-To: 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-org list I just found a recent conversation on this mailing list with the title: Concerning `(letrec ((ignore)) ...)' in line 2718 of lisp/ox.el That explains why I suddenly started seeing these errors. My above patch fixes org exports for me while being on the latest snapshot of emacs-25 branch.