Re: [Orgmode] Beamer support - 2nd round

2009-12-18 Thread Adam Spiers
On Mon, Dec 14, 2009 at 09:11:49AM +0100, Carsten Dominik wrote: > On Dec 10, 2009, at 10:32 PM, Adam Spiers wrote: > >>2.2 Frames > >>=== > >> > >>The BEAMER_FRAME_LEVEL setting governs which levels become frames. If > >>that option is set to 0, then frames are only created by setting the

Re: [Orgmode] Beamer support - 2nd round

2009-12-14 Thread Carsten Dominik
On Dec 10, 2009, at 10:32 PM, Adam Spiers wrote: On Thu, Dec 03, 2009 at 05:10:44PM +0100, Carsten Dominik wrote: Dear all, after carefully listening to all your comments and thinking things through more thoroughly, here is now my second attempt to define beamer support in Org-mode. [snippe

Re: [Orgmode] Beamer support - 2nd round

2009-12-10 Thread Adam Spiers
On Thu, Dec 03, 2009 at 05:10:44PM +0100, Carsten Dominik wrote: > Dear all, > > after carefully listening to all your comments and thinking > things through more thoroughly, here is now my second attempt > to define beamer support in Org-mode. [snipped] This is very exciting :-) Just one comme

Re: [Orgmode] Beamer support - 2nd round

2009-12-08 Thread Carsten Dominik
On Dec 8, 2009, at 6:52 PM, JBash wrote: On Tue, Dec 8, 2009 at 12:21 PM, Carsten Dominik > wrote: On Dec 7, 2009, at 9:15 PM, JBash wrote: This is not working quite right for me... I pulled the latest beamer branch from git this morning and installed it. I am getting the export to late

Re: [Orgmode] Beamer support - 2nd round

2009-12-08 Thread JBash
On Tue, Dec 8, 2009 at 12:21 PM, Carsten Dominik wrote: > > On Dec 7, 2009, at 9:15 PM, JBash wrote: > >> >> This is not working quite right for me... >> I pulled the latest beamer branch from git this morning and installed it. >> I am getting the export to latex, but no columns in the beamer (te

Re: [Orgmode] Beamer support - 2nd round

2009-12-08 Thread Carsten Dominik
On Dec 7, 2009, at 9:15 PM, JBash wrote: This is not working quite right for me... I pulled the latest beamer branch from git this morning and installed it. I am getting the export to latex, but no columns in the beamer (tex) and resulting pdf file. There is a title frame, a TOC (blank)

Re: [Orgmode] Beamer support - 2nd round

2009-12-07 Thread Daniel Martins
I had the same problem with org-beamer-add-units-to-column-width daniel 2009/12/7 JBash : > > > On Mon, Dec 7, 2009 at 3:15 PM, JBash wrote: >> >> >> On Sat, Dec 5, 2009 at 3:05 AM, Carsten Dominik >> wrote: >>> >>> On Dec 5, 2009, at 1:04 AM, Daniel Martins wrote: >>> Thank you very much

Re: [Orgmode] Beamer support - 2nd round

2009-12-07 Thread JBash
On Mon, Dec 7, 2009 at 3:15 PM, JBash wrote: > > > On Sat, Dec 5, 2009 at 3:05 AM, Carsten Dominik > wrote: > >> >> On Dec 5, 2009, at 1:04 AM, Daniel Martins wrote: >> >> Thank you very much >>> >>> I did everything you suggested and everything worked nicely >>> >>> >>> But even using load-lib

Re: [Orgmode] Beamer support - 2nd round

2009-12-07 Thread JBash
On Sat, Dec 5, 2009 at 3:05 AM, Carsten Dominik wrote: > > On Dec 5, 2009, at 1:04 AM, Daniel Martins wrote: > > Thank you very much >> >> I did everything you suggested and everything worked nicely >> >> >> But even using load-libray >> >> org-latex >> >> and >> >> org-beamer >> >> I received >>

Re: [Orgmode] Beamer support - 2nd round

2009-12-06 Thread Carsten Dominik
Hi Eric, On Dec 6, 2009, at 3:51 PM, Eric S Fraga wrote: At Sat, 5 Dec 2009 18:10:33 +0100, Carsten Dominik wrote: - I need to be able to specify arguments for columns (i.e. the environment, not specific columns), specifically often [t] to make two columns align vertically Yes, this is a pro

Re: [Orgmode] Beamer support - 2nd round

2009-12-05 Thread Carsten Dominik
Hi Eric, On Dec 4, 2009, at 7:34 PM, Eric S Fraga wrote: At Thu, 3 Dec 2009 17:10:44 +0100, Carsten Dominik wrote: after carefully listening to all your comments and thinking things through more thoroughly, here is now my second attempt to define beamer support in Org-mode. Carsten, Thanks

Re: [Orgmode] Beamer support - 2nd round

2009-12-05 Thread Daniel Martins
Carsten hit the target. I have customized org-export-latex-classes before! The first option did not work (I do not know why) but the second option did! The teste worked perfectly!! Thanks again carsten and Nicholas Daniel 2009/12/5 Carsten Dominik : > > On Dec 5, 2009, at 1:04 AM, Daniel M

Re: [Orgmode] Beamer support - 2nd round

2009-12-05 Thread Carsten Dominik
On Dec 5, 2009, at 1:04 AM, Daniel Martins wrote: Thank you very much I did everything you suggested and everything worked nicely But even using load-libray org-latex and org-beamer I received Loading /home/daniel/emacs-lisp/org-mode/lisp/org-beamer.el (source)...done Loading /home/d

Re: [Orgmode] Beamer support - 2nd round

2009-12-04 Thread Nick Dokos
Daniel Martins wrote: > > Loading /home/daniel/emacs-lisp/org-mode/lisp/org-beamer.el (source)...done > Loading /home/daniel/emacs-lisp/org-mode/lisp/org-latex.el (source)...done > Select command: > Exporting to LaTeX... > or: No definition for class `beamer' in `org-export-latex-classes' > Di

Re: [Orgmode] Beamer support - 2nd round

2009-12-04 Thread Daniel Martins
Thank you very much I did everything you suggested and everything worked nicely But even using load-libray org-latex and org-beamer I received Loading /home/daniel/emacs-lisp/org-mode/lisp/org-beamer.el (source)...done Loading /home/daniel/emacs-lisp/org-mode/lisp/org-latex.el (source)...d

Re: [Orgmode] Beamer support - 2nd round

2009-12-04 Thread Nick Dokos
Daniel Martins wrote: > Stupid question 9but I could not answer it) > > > I have to set up > > (add-to-list 'org-export-latex-classes > '("beamer" >"\\documentclass[11pt]{beamer} > ...) > > ??? > No. > > Or I have to imput another .el which sets org-export-lat

Re: [Orgmode] Beamer support - 2nd round

2009-12-04 Thread Daniel Martins
Stupid question 9but I could not answer it) I have to set up (add-to-list 'org-export-latex-classes '("beamer" "\\documentclass[11pt]{beamer} ...) ??? Or I have to imput another .el which sets org-export-latex-classes correctly? I sue the latest git version of org

Re: [Orgmode] Beamer support - 2nd round

2009-12-04 Thread Eric S Fraga
At Thu, 3 Dec 2009 17:10:44 +0100, Carsten Dominik wrote: > after carefully listening to all your comments and thinking > things through more thoroughly, here is now my second attempt > to define beamer support in Org-mode. Carsten, Thanks for this! After learning a bit about git branches (more

[Orgmode] Beamer support - 2nd round

2009-12-03 Thread Carsten Dominik
Dear all, after carefully listening to all your comments and thinking things through more thoroughly, here is now my second attempt to define beamer support in Org-mode. What is described in this document should actually work on the new "beamer" branch on our git repo - I am planning to leave th