emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* exporter stopped working
@ 2015-06-19 11:44 Xebar Saram
  2015-06-19 13:44 ` Robert Klein
  2015-06-20 21:51 ` Nicolas Goaziou
  0 siblings, 2 replies; 3+ messages in thread
From: Xebar Saram @ 2015-06-19 11:44 UTC (permalink / raw)
  To: org mode

[-- Attachment #1: Type: text/plain, Size: 1011 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1292 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: exporter stopped working
  2015-06-19 11:44 exporter stopped working Xebar Saram
@ 2015-06-19 13:44 ` Robert Klein
  2015-06-20 21:51 ` Nicolas Goaziou
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Klein @ 2015-06-19 13:44 UTC (permalink / raw)
  To: Xebar Saram; +Cc: org mode

Hallo,

are you using git master?  If yes, this could be related to my issue
described in "issues with publishing to LaTeX..." and follow-up mails.

Could you test, if this happens with commit No.
d1f9aa3a02c022baa9ded80ccca6589ba9d75669 ?

(In org src do:

  git checkout d1f9aa3a02c022baa9ded80ccca6589ba9d75669
  make
  make install
)

If it does work with this commit and doesn't with commit
e900ebed08c444ad2813060195e9ece7f6bd910b then it is very probably a
related issue.

Best regards
Robert



On Fri, 19 Jun 2015 14:44:46 +0300
Xebar Saram <zeltakc@gmail.com> wrote:

> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: exporter stopped working
  2015-06-19 11:44 exporter stopped working Xebar Saram
  2015-06-19 13:44 ` Robert Klein
@ 2015-06-20 21:51 ` Nicolas Goaziou
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2015-06-20 21:51 UTC (permalink / raw)
  To: Xebar Saram; +Cc: org mode

Hello,

Xebar Saram <zeltakc@gmail.com> writes:

> 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?

It look like a mixed installation. What Org version are you using? You
may need to update it.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-20 21:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-19 11:44 exporter stopped working Xebar Saram
2015-06-19 13:44 ` Robert Klein
2015-06-20 21:51 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).