Re: [O] Problem with beamer export

2013-10-09 Thread Ista Zahn
Any chance the fix can be pushed out to http://orgmode.org/elpa/? Thanks, Ista On Mon, Oct 7, 2013 at 11:09 AM, Nicolas Goaziou wrote: > Hello, > > Marvin Doyley writes: > > > I just updated to Org 8.2.1 and for some reason when I export a frame I > get > > > > \subsection{Title} > > > > > > r

Re: [O] Problem with beamer export

2013-10-08 Thread Achim Gratz
Marvin Doyley writes: > I still get some strange errors during completion. What are they? > Here is the result of the make config-all > > = Emacs executable and Installation paths > EMACS = emacs Any chance that this "emacs" (which relies on $PATH to be found) is actually a script that t

Re: [O] Problem with beamer export

2013-10-07 Thread Marvin Doyley
The problem is now solved. I downloaded the latest update and everything works like a charm. I still get some strange errors during completion. Here is the result of the make config-all = Emacs executable and Installation paths EMACS = emacs DESTDIR = ORGCM = dirall ORG_MAKE_DOC

Re: [O] Problem with beamer export

2013-10-07 Thread Achim Gratz
Marvin Doyley writes: > In end of data: > org.el:23923:1:Warning: the following functions are not known to be defined: > characterp, activate-mark, mouse-set-point, with-demoted-errors, > clear-image-cache, face-at-point, image-refresh, beginning-of-visual-line, > invisible-p > Wrote /U

Re: [O] Problem with beamer export

2013-10-07 Thread Nicolas Goaziou
Hello, Marvin Doyley writes: > I just updated to Org 8.2.1 and for some reason when I export a frame I get > > \subsection{Title} > > > rather than > > \begin{frame}{Title} > > \end{frame} > > > Is this a bug or am I doing something wrong ? This is a bug I introduced recently. It should now be

Re: [O] Problem with beamer export

2013-10-06 Thread Marcin Borkowski
Dnia 2013-10-06, o godz. 21:49:13 Marvin Doyley napisaƂ(a): > Hmm, > > I have reverted to pdflatex and still get the error. I note that were > some errors when I make all see below, could this be the issue ?? > > I have to prepare for a class tomorrow so I going to switch back to > the stable v

Re: [O] Problem with beamer export

2013-10-06 Thread Marvin Doyley
Hmm, I have reverted to pdflatex and still get the error. I note that were some errors when I make all see below, could this be the issue ?? I have to prepare for a class tomorrow so I going to switch back to the stable version and try to debug some more tomorrow Here is my beamer definition (

Re: [O] Problem with beamer export

2013-10-06 Thread John Hendy
On Sun, Oct 6, 2013 at 8:31 PM, Marvin Doyley wrote: > Hi John, > > This is an interesting bug. When I use the stable version of org i.e. 8.2.1 > everything works as expected. > > To use xelatex I included the following in my .emacs file (some code I picked > up several years ago > (setq

Re: [O] Problem with beamer export

2013-10-06 Thread Marvin Doyley
Hi John, This is an interesting bug. When I use the stable version of org i.e. 8.2.1 everything works as expected. To use xelatex I included the following in my .emacs file (some code I picked up several years ago (setq org-latex-pdf-process (list "xelatex -shell-escape -inte

Re: [O] Problem with beamer export

2013-10-06 Thread John Hendy
On Sun, Oct 6, 2013 at 7:45 PM, Marvin Doyley wrote: > For more clarification > Here is a simple test file [snip] I can't current reproduce. I don't use xelatex, so I did `tlmgr install xetex` and the same for `xetex-def`. I wasn't sure if Org would pick up to use xelatex or not, so I took your

Re: [O] Problem with beamer export

2013-10-06 Thread Marvin Doyley
For more clarification Here is a simple test file #+STARTUP: beamer #+LATEX_CMD: xelatex #+LaTeX_CLASS: beamer #+TITLE: Testing #+LaTeX_CLASS_OPTIONS: [presentation] #+BEAMER_HEADER: \input{header_beamer} \date{} #+COLUMNS: %35ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %8

[O] Problem with beamer export

2013-10-06 Thread Marvin Doyley
Hi there, I just updated to Org 8.2.1 and for some reason when I export a frame I get \subsection{Title} rather than \begin{frame}{Title} \end{frame} Is this a bug or am I doing something wrong ? In my .emacs file, I have (add-to-list 'org-latex-classes '("beamer" " \\makeatle