From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: proposed patch for org-export-latex-hyperref-options-format Date: Tue, 01 Oct 2013 17:42:27 +0200 Message-ID: <87y56d576k.fsf@gmail.com> References: <84wqmanmcb.fsf@LAPTOP-ANDREA.i-did-not-set--mail-host-address--so-tickle-me> <84a9ivupwj.fsf@gmail.com> <87a9iu39dx.fsf@gmail.com> <844n926uqk.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VR25c-0001Eb-O9 for emacs-orgmode@gnu.org; Tue, 01 Oct 2013 11:42:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VR25W-0007PF-Um for emacs-orgmode@gnu.org; Tue, 01 Oct 2013 11:42:20 -0400 Received: from mail-we0-x22e.google.com ([2a00:1450:400c:c03::22e]:49703) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VR25W-0007Oj-Lu for emacs-orgmode@gnu.org; Tue, 01 Oct 2013 11:42:14 -0400 Received: by mail-we0-f174.google.com with SMTP id q58so7584357wes.33 for ; Tue, 01 Oct 2013 08:42:12 -0700 (PDT) In-Reply-To: <844n926uqk.fsf@gmail.com> (Andrea Rossetti's message of "Mon, 30 Sep 2013 20:16:03 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Andrea Rossetti Cc: emacs-orgmode@gnu.org Hello, Andrea Rossetti writes: > I'd like to suggest a customizable hypersetup string > as a future, non-urgent enhancement of ox-latex.el; the > defcustom at line 324 of this old file: > > http://repo.or.cz/w/emacs.git/blob/HEAD:/lisp/org/org-latex.el > > could fit reasonably well for variable name, default value, > type and docstring. You can disable the hypersetup with `org-latex-with-hyperref' (or locally with #+options: texht:nil) and install you own with #+latex_header, or in your class. I don't think we need yet another way to provide a customized hypersetup string. Do we? Regards, -- Nicolas Goaziou