From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: bug: "org-export-preprocess-string: Wrong number of arguments" when doing "org-export-as-html" Date: Wed, 27 Feb 2013 15:17:00 +0100 Message-ID: <2013-02-27T15-12-01@devnull.Karl-Voit.at> Reply-To: news1142@Karl-Voit.at 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]:46915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAhor-000656-K4 for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 09:17:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAhoq-0000im-HG for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 09:17:17 -0500 Received: from plane.gmane.org ([80.91.229.3]:59752) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAhoq-0000ib-AP for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 09:17:16 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UAhp7-0005CK-1y for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 15:17:33 +0100 Received: from mail.michael-prokop.at ([88.198.6.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Feb 2013 15:17:33 +0100 Received: from news1142 by mail.michael-prokop.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Feb 2013 15:17:33 +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 Hi! Org-mode 7.9.3f (692f053d8 Wed Feb 27 14:49:46 2013 +0100) #+BEGIN_SRC elisp (org-export-as-html 3 nil nil "htmlized-output" nil nil) #+END_SRC results in: org-export-preprocess-string: Wrong number of arguments: #[(&optional sort-only) "" [org-inlinetask-min-level limit-level org-odd-levels-only nstars org-outline-regexp count boundp 2 "\\*" format ...] 7 ("/home/vk/.emacs.d/contrib/org-mode/lisp/org-footnote.elc" . 16171)], 2 A couple of weeks ago, it worked flawlessly with a single difference: in between, the first optional parameter HIDDEN was added. So I added "nil" as well. Am I doing something wrong or is this a bug? -- Karl Voit