Hello, > When having such a code block inside a frame, the frame "inherits" > from the property BEAMER_opt which, though, is only present in the > example code, not in the Beamer frame itself.
Another example which is not compilable in LaTeX (because of that bug): --8<---------------cut here---------------start------------->8--- #+TITLE: Org Beamer examples #+LANGUAGE: en #+OPTIONS: H:2 num:nil ^:{} #+PROPERTY: eval no #+LATEX_HEADER: \lstdefinelanguage{org}{} * ECM ** ~beamercolorbox~ environment In your Org file, writing this: #+begin_src org ,#+LaTeX: \setbeamercolor{mycolor}{bg=green,fg=white} ,*** mycolor :B_beamercolorbox: :PROPERTIES: :BEAMER_env: beamercolorbox :BEAMER_opt: wd=6cm :END: Lorem ipsum... #+end_src displays a green post-it with a width of 6 cm. --8<---------------cut here---------------end--------------->8--- See http://screencast.com/t/PY4nFxcKHe. Best regards, Seb -- Sebastien Vauban