From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Rossetti Subject: Re: proposed patch for org-export-latex-hyperref-options-format Date: Mon, 30 Sep 2013 20:16:03 +0200 Message-ID: <844n926uqk.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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQi0z-0000g6-HQ for emacs-orgmode@gnu.org; Mon, 30 Sep 2013 14:16:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQi0u-0005jG-0w for emacs-orgmode@gnu.org; Mon, 30 Sep 2013 14:16:13 -0400 Received: from mail-ea0-x22e.google.com ([2a00:1450:4013:c01::22e]:58581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQi0t-0005j6-Pe for emacs-orgmode@gnu.org; Mon, 30 Sep 2013 14:16:07 -0400 Received: by mail-ea0-f174.google.com with SMTP id z15so2870791ead.33 for ; Mon, 30 Sep 2013 11:16:07 -0700 (PDT) In-Reply-To: <87a9iu39dx.fsf@gmail.com> (Nicolas Goaziou's message of "Mon, 30 Sep 2013 12:13:14 +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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Hello, apologies for my mistake. Nicolas you were right, org-export-latex-hyperref-options-format was present only in the old exporter, in a file named "org-latex.el". 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. Thanks for your attention, kindest regards. Andrea http://github.com/thesoftwarebin Nicolas Goaziou writes: > Hello, > > > Andrea Rossetti writes: > >> may I please ask if this tiny patch looks reasonable and can >> be committed by the mantainers. >> >> Customizable option org-export-latex-hyperref-options-format >> is currently available in Org, but is ignored by the export. >> This patch enables use of org-export-latex-hyperref-options-format. > > There is no such variable in Org. It probably comes from the old export > engine. > > > Regards,