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: Tue, 01 Oct 2013 21:51:50 +0200 Message-ID: <84siwk4vmx.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> <87y56d576k.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VR5zL-0006jC-Gj for emacs-orgmode@gnu.org; Tue, 01 Oct 2013 15:52:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VR5zB-0000X7-CF for emacs-orgmode@gnu.org; Tue, 01 Oct 2013 15:52:07 -0400 Received: from mail-ea0-x231.google.com ([2a00:1450:4013:c01::231]:35237) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VR5zA-0000Wt-T7 for emacs-orgmode@gnu.org; Tue, 01 Oct 2013 15:51:57 -0400 Received: by mail-ea0-f177.google.com with SMTP id f15so3568043eak.8 for ; Tue, 01 Oct 2013 12:51:54 -0700 (PDT) In-Reply-To: <87y56d576k.fsf@gmail.com> (Nicolas Goaziou's message of "Tue, 01 Oct 2013 17:42:27 +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: Andrea Rossetti , emacs-orgmode@gnu.org Thanks Nicolas for your last directions, I will apply them. The accidental coexistence of two Org versions on my Emacs installation (built-in versus ELPA) confused me a bit, apologies for the noise. Kindest regards, Andrea Nicolas Goaziou writes: > > 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,