Am 06.07.2016 um 22:49 schrieb Nicolas Goaziou:
> Hello,
> 
> Florian Lindner <mailingli...@xgm.de> writes:
> 
>> How can I add a fragile option to the frame
> 
> You can set :BEAMER_OPT property accordingly.

Great, works:

:PROPERTIES:
:BEAMER_OPT: fragile
:END:

Just one more question, btw. When I used this property syntax:

#+PROPERTY: BEAMER_OPT fragile

The only difference is that this property would be inherited to children?


>> or make the BEGIN_src block use the lstlisting environment?
> 
> See `org-latex-listings'.

Works fine by setting:

(setq org-latex-listings t
      org-latex-packages-alist '(("" "listings") ("" "color"))))


Thanks for your help!

Florian


Reply via email to