From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xebar Saram Subject: exporter stopped working Date: Fri, 19 Jun 2015 14:44:46 +0300 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1138132c6fb75c0518dd7308 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5uj3-00005D-B5 for emacs-orgmode@gnu.org; Fri, 19 Jun 2015 07:44:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5uj2-0008KD-E2 for emacs-orgmode@gnu.org; Fri, 19 Jun 2015 07:44:49 -0400 Received: from mail-pd0-x22e.google.com ([2607:f8b0:400e:c02::22e]:32935) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5uj2-0008Jz-6n for emacs-orgmode@gnu.org; Fri, 19 Jun 2015 07:44:48 -0400 Received: by pdjn11 with SMTP id n11so89395653pdj.0 for ; Fri, 19 Jun 2015 04:44:47 -0700 (PDT) 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: org mode --001a1138132c6fb75c0518dd7308 Content-Type: text/plain; charset=UTF-8 Dear all the exporter seems to have stopped working in all configurations. i get the following error org-export-execute-babel-code: Wrong number of arguments: (lambda (reference-buffer) "Execute all Babel blocks in current buffer. REFERENCE-BUFFER is the buffer containing a pristine copy of the buffer being processed. It is used to properly resolve references in source blocks, as modifications in current buffer may make them unreachable." (interactive) (let ((wconfig (current-window-configuration))) (unwind-protect (progn (save-excursion (let ((case-fold-search t) (org-babel-exp-reference-buffer reference-buffer) (regexp (concat org-babel-inline-src-block-regexp "\\|" org-babel-lob-one-liner-regexp "\\|" "^[ ]*#\\+BEGIN_SRC"))) (goto-char (point-min)) (while (re-search-forward regexp nil t) (if (let (...) (unwind-protect ... ...)) nil (let* (... ... ... ...) (cond ... ... ...) (set-marker begin nil) (set-marker end nil))))))) (set-window-configuration wconfig)))), 0 any clue anyone? best Z --001a1138132c6fb75c0518dd7308 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Dear all

the exporter seems to have sto= pped working in all configurations. i get the following error
org-export-execute-babel-code: Wrong number of arguments: = (lambda (reference-buffer) "Execute all Babel blocks in current buffer= .
REFERENCE-BUFFER is the buffer containing a pristine copy of th= e
buffer being processed.=C2=A0 It is used to properly resolve
references in source blocks, as modifications in current buffer
may make them unreachable." (interactive) (let ((wconfig (curre= nt-window-configuration))) (unwind-protect (progn (save-excursion (let ((ca= se-fold-search t) (org-babel-exp-reference-buffer reference-buffer) (regexp= (concat org-babel-inline-src-block-regexp "\\|" org-babel-lob-on= e-liner-regexp "\\|" "^[ ]*#\\+BEGIN_SRC"))) (goto-char (point-min)) (while (re= -search-forward regexp nil t) (if (let (...) (unwind-protect ... ...)) nil = (let* (... ... ... ...) (cond ... ... ...) (set-marker begin nil) (set-mark= er end nil))))))) (set-window-configuration wconfig)))), 0
=
any clue anyone?

best
Z
--001a1138132c6fb75c0518dd7308--