* 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
* Re: beamer export org 8.0.2
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
1 sibling, 0 replies; 4+ messages in thread
From: Eric S Fraga @ 2014-02-15 10:39 UTC (permalink / raw)
To: Mohamed; +Cc: emacs-orgmode
Mohamed <mohamed.hibti@gmail.com> writes:
> 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:
There's really not enough information here to figure out what has gone
wrong. Can you post a small example org file that leads to this error?
Can you also try without any of your own customisations, if any?
--
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.2, Org release_8.2.5h-608-g27a978
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: beamer export org 8.0.2
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
1 sibling, 1 reply; 4+ messages in thread
From: Achim Gratz @ 2014-02-15 11:03 UTC (permalink / raw)
To: emacs-orgmode
Mohamed writes:
> I have a problem with beamer export.
> (Org-mode version 8.0.2 (8.0.2-dist @ /home/user/.emacs.d/elpa/org-20140127/)
You have a problem with your installation. You are apparently running a
mixed installation between Org from a tarball and Org ELPA. Fix that
first, please, then try Beamer export again.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adaptation for Waldorf microQ V2.22R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: beamer export org 8.0.2
2014-02-15 11:03 ` Achim Gratz
@ 2014-02-15 12:32 ` Mohamed
0 siblings, 0 replies; 4+ messages in thread
From: Mohamed @ 2014-02-15 12:32 UTC (permalink / raw)
To: emacs-orgmode
Achim Gratz <Stromeko <at> nexgo.de> writes:
>
> Mohamed writes:
> > I have a problem with beamer export.
> > (Org-mode version 8.0.2 (8.0.2-dist <at>
/home/user/.emacs.d/elpa/org-20140127/)
>
> You have a problem with your installation. You are apparently running a
> mixed installation between Org from a tarball and Org ELPA. Fix that
> first, please, then try Beamer export again.
>
> Regards,
> Achim.
Thank you for the answers,
It was fixed by customizing org-export-backends. I added beamer but it
didn't work the first time I evaluated the expression within the session. I
had to start a ne emacs session.
Regards,
Mohamed
^ 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 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).