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

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 joseph.h...@gmail.com Date: Mon, 24 Feb 2014 15:23:09 -0600 Subject: [PATCH] Allow customization of hyperrefsetup via `org-latex-hyperref

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

2014-02-22 Thread Joe Hirn
, Nicolas Goaziou n.goaz...@gmail.comwrote: Hello, Joe Hirn joseph.h...@gmail.com 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 joseph.h...@gmail.com Date: Fri, 21 Feb 2014 12:15:58 -0600 Subject: [PATCH] Allow customization of hyperrefsetup via `org

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

2014-02-20 Thread Joe Hirn
to require anything additional but I should be able to knock this out. Thx again. Sent from my iPhone On Feb 20, 2014, at 4:22 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Joe Hirn joseph.h...@gmail.com writes: Hi just sat down to code this up. I assume the keywords are so we

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

2014-02-20 Thread Joe Hirn
...@gmail.comwrote: Hello, Joe Hirn joseph.h...@gmail.com 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 for the patch. Here are a few comments

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

2014-02-20 Thread Joe Hirn
at 3:52 PM, Joe Hirn joseph.h...@gmail.com wrote: I really appreciate your review. Sorry for the pedestrian code submission. I don't get candid critical feedback on my e-lisp, so it's great to learn more about its idioms and conventions. I'll incorporate your feedback into a new patch

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

2014-02-19 Thread Joe Hirn
, Joe Hirn joseph.h...@gmail.com 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 I compose. Which var would be the easiest to to adjust so I can emit

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

2014-02-19 Thread Joe Hirn
Goaziou n.goaz...@gmail.comwrote: Hello, Joe Hirn joseph.h...@gmail.com 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 I compose. Which var would

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

2014-02-17 Thread Joe Hirn
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 joseph.h...@gmail.com Date: Mon, 17 Feb 2014 14:39:35 -0600 Subject: [PATCH] add org-export-latex-hyperref-options

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

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

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

2014-02-17 Thread Joe Hirn
now. On Mon, Feb 17, 2014 at 5:23 PM, Nicolas Goaziou n.goaz...@gmail.comwrote: Joe Hirn joseph.h...@gmail.com 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-mode files. I