Hi Chris Just for completeness - and because I had little previous experience with using =org-babel= stuff - I attempted to write a small =sh= source block that parses the current =org-mode= file and builds an appropriate "emph" entry in the listings =lstset=: ========================================================================================== #+startup: beamer #+LaTeX_CLASS: beamer #+BEAMER_HEADER_EXTRA: \usetheme{Madrid}\usecolortheme{default} #+source: parse-classes #+begin_src sh :var fileName=(buffer-file-name) :exports none :results output latex for class in `sed -n 's/.*class \([a-zA-Z0-9_]*\)(.*):/\1/p' $fileName`; do str="$str,$class" done cat < wrote: > Dan, all this information is super helpful. Thanks! My presentation is > going to look great now, I think! > > I really appreciate your help! > - cwebb > > -- > 𝓒𝓱𝓻𝓲𝓼𝓽𝓸𝓹𝓱𝓮𝓻 𝓐𝓵𝓵𝓪𝓷 𝓦𝓮𝓫𝓫𝓮𝓻 > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >