all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* beamer export org 8.0.2
@ 2014-02-14 15:47 Mohamed
  2014-02-15 10:39 ` Eric S Fraga
  2014-02-15 11:03 ` Achim Gratz
  0 siblings, 2 replies; 4+ messages in thread
From: Mohamed @ 2014-02-14 15:47 UTC (permalink / raw)
  To: emacs-orgmode

Dear All,
I have a problem with beamer export.
(Org-mode version 8.0.2 (8.0.2-dist @ /home/user/.emacs.d/elpa/org-20140127/)
when trying to export a small file I got the following message:

org-beamer-export-to-pdf: Wrong number of arguments: (lambda (backend file
&optional subtreep visible-only body-only ext-plist) "Call `org-export-as'
with output to a specified file.

BACKEND is the back-end used for transcoding, as a symbol.  FILE
is the name of the output file, as a string.

Optional arguments SUBTREEP, VISIBLE-ONLY, BODY-ONLY and
EXT-PLIST are similar to those used in `org-export-as', which
see.

Depending on `org-export-copy-to-kill-ring', add file contents
to kill ring.  Return output file's name." (if (file-writable-p file) nil
(error "Output file not writable")) (let ((out (org-export-as backend
subtreep visible-only body-only ext-plist))) (let ((temp-buffer
(generate-new-buffer " *temp*"))) (save-current-buffer (set-buffer
temp-buffer) (unwind-protect (progn (insert out) (let
((coding-system-for-write org-export-coding-system)) (write-file file)))
(and (buffer-name temp-buffer) (kill-buffer temp-buffer))))) (if (and
(org-export--copy-to-kill-ring-p) (org-string-nw-p out)) (progn
(org-kill-new out)))) file), 8


Any help is welcome.
Thanks

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

end of thread, other threads:[~2014-02-15 12:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-14 15:47 beamer export org 8.0.2 Mohamed
2014-02-15 10:39 ` Eric S Fraga
2014-02-15 11:03 ` Achim Gratz
2014-02-15 12:32   ` Mohamed

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.