Re: [O] Control links in LaTeX export

2014-01-27 Thread Ken Okada
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

Re: [O] Control links in LaTeX export

2014-01-27 Thread John Kitchin
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" "

[O] Control links in LaTeX export

2014-01-27 Thread Ken Okada
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'.