etimecowboy <etimecow...@gmail.com> writes:

> Hi everyone,
>
> I have a question about beamer export in org.
>
> I have some code to be put in my slides. The problem is that one slide
> (or one column block) does not have enough space for it. How can I
> split it into two slides or several column blocks? Please help me with
> it.
>
> etimecowboy

I use the ~allowframebreaks~ option in beamer:

#+begin_src org
  ,** Octave program
  :PROPERTIES:
  :BEAMER_opt: allowframebreaks,label=
  :END:
      
  ,#+begin_src octave :exports code :results none
    ## a long segment of code goes here
  ,#+end_src
#+end_src
  
and this works like a charm without any need for columns or direct LaTeX
code.
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.1, Org release_8.2.5h-660-gef207f

Reply via email to