Re: [O] org-export-latex-hyperref-options-format

2014-03-21 Thread Joe Hirn
Thanks for the report. I'm not super familiar with how the texht option works. I did made the following change base on recommendation from Nicolas in the :options-alist. (:latex-hyperref-p nil "texht" org-latex-with-hyperref t) to (:latex-hyperref nil nil org-latex-hyperref-template t) >From Nico

Re: [O] org-export-latex-hyperref-options-format

2014-02-24 Thread Joe Hirn
Against the latest master: **BEGIN PATCH* >From 996e75b3538e60049645a5025a390be603425b8b Mon Sep 17 00:00:00 2001 From: Joe Hirn Date: Mon, 24 Feb 2014 15:23:09 -0600 Subject: [PATCH] Allow customization of hyperrefsetup via `org-latex-hyperref-template' * ox-

Re: [O] org-export-latex-hyperref-options-format

2014-02-22 Thread Joe Hirn
39 AM, Nicolas Goaziou wrote: > Hello, > > Joe Hirn writes: > > > Here you go. > > Thank you for the patch. > > Unfortunately, I cannot apply it on master branch. Would you mind > updating your repository and generate the patch again? > > > Regards, > > -- > Nicolas Goaziou >

Re: [O] org-export-latex-hyperref-options-format

2014-02-21 Thread Joe Hirn
Here you go. Thanks a lot for all your help. Was really nice working on it with you. >From af2a8066be01b94504fff9e009617ce186bd9e03 Mon Sep 17 00:00:00 2001 From: Joe Hirn Date: Fri, 21 Feb 2014 12:15:58 -0600 Subject: [PATCH] Allow customization of hyperrefsetup via `org-latex-hyper

Re: [O] org-export-latex-hyperref-options-format

2014-02-20 Thread Joe Hirn
info :with-creator) + (plist-get info :creator) +""))) ;; Document start. "\\begin{document}\n\n" ;; Title command. END PATCH * On Thu, Feb 20, 2014 at 3:52 PM, Joe Hirn wrote: > I really

Re: [O] org-export-latex-hyperref-options-format

2014-02-20 Thread Joe Hirn
s Goaziou wrote: > Hello, > > Joe Hirn writes: > > > I was able to test this on my local machine and it seems to work as we > > discussed. > > > > If there are any other changes to the patch you'd like to see, please let > > me know. > > Thank you

Re: [O] org-export-latex-hyperref-options-format

2014-02-20 Thread Joe Hirn
"" ;; Document start. "\\begin{document}\n\n" ;; Title command. END PATCH** On Thu, Feb 20, 2014 at 6:34 AM, Joseph Hirn wrote: > Ok. I was hesitant to require anything additional but I should be able >

Re: [O] org-export-latex-hyperref-options-format

2014-02-19 Thread Joe Hirn
2014 at 7:05 AM, Nicolas Goaziou wrote: > Hello, > > Joe Hirn writes: > > > So I understand, you're recommending I disable org-latex-with-hyperref > and > > then add my own \\hypersetup. My goal would be to avoid placing a #+ > entry > > into every .org file

Re: [O] org-export-latex-hyperref-options-format

2014-02-19 Thread Joe Hirn
I think that's a great idea. Thanks for helping me workaround my individual problem and advice on what type of patch you're welcoming. I just happen to have the free time today so I'll try to get a patch to you. On Wed, Feb 19, 2014 at 7:05 AM, Nicolas Goaziou wrote: > H

Re: [O] org-export-latex-hyperref-options-format

2014-02-17 Thread Joe Hirn
e emitted right now. On Mon, Feb 17, 2014 at 5:23 PM, Nicolas Goaziou wrote: > Joe Hirn writes: > > > Hm. That's disappointing. I really prefer the original behavior. I don't > > want to copy #+latex_header to get this default behavior into each of my > > org-mo

Re: [O] org-export-latex-hyperref-options-format

2014-02-17 Thread Joe Hirn
ead of the hard coded string. A pain but apparently my own option. Thanks. On Mon, Feb 17, 2014 at 4:13 PM, Nicolas Goaziou wrote: > Hello, > > Joe Hirn writes: > > > Hello. I recently upgraded to org 8 from the builtin org (7.x) of Emacs > > 24.3 and lost the ability

[O] org-export-latex-hyperref-options-format

2014-02-17 Thread Joe Hirn
a patch via git format-patch which adds the custom var to ox-latex.el and makes use of it. Thanks for considering it. rom 0df51396b04bd785948032055e48b40787c15d98 Mon Sep 17 00:00:00 2001 From: Joe Hirn Date: Mon, 17 Feb 2014 14:39:35 -0600 Subject: [PATCH] add org-export-latex-hyperref-options-format