John,
> I often use code like this to temporarily set variables for export:
I see. I understand how it works. Thanks a lot.
> I can't help on the more flexible formatting.
O.K. I do somehow when I use org 8. :-(
Ken Okada
I often use code like this to temporarily set variables for export:
#+BEGIN_SRC emacs-lisp :results output
(let ((org-latex-listings 'minted)
(org-latex-custom-lang-environments
'((python "pythoncode")))
(org-latex-minted-options
'(("frame" "lines")
("fontsize" "
Hello,
I have one question and one suggestion.
In LaTeX exporting I want to use a different format for \hyperref, which
is generated with `org-export-latex-links'. However I prefer the change
of the format file local, i.e., I don't want set the global variable
`org-export-latex-hyperref-format'.