Re: [O] beamer export org 8.0.2

2014-02-15 Thread Mohamed
Achim Gratz  nexgo.de> writes:

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


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







Re: [O] beamer export org 8.0.2

2014-02-15 Thread Achim Gratz
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




Re: [O] beamer export org 8.0.2

2014-02-15 Thread Eric S Fraga
Mohamed  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



[O] beamer export org 8.0.2

2014-02-14 Thread Mohamed
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