#+TITLE: examplebug.org #+AUTHOR: Eric S Fraga #+EMAIL: e.fraga@ucl.ac.uk #+DATE: 2012-01-09 Mon * Formatting tags :example: When exporting, the default is to put tags in bold. I want a box around them. # the following is used to set some variables which affect export to latex #+name: export-settings #+begin_src emacs-lisp :exports results :results silent (setq org-export-latex-tag-markup "babel: \\fbox{%s}") #+end_src