From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: [PATCH] Let =`make'= be an option to =`org-latex-pdf-process'=. Date: Tue, 02 Jul 2013 22:48:07 +0530 Message-ID: <87fvvwnank.fsf@gmail.com> References: <87k3l8q4vx.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu4C7-0007ob-5u for emacs-orgmode@gnu.org; Tue, 02 Jul 2013 13:16:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uu4C2-0007Ko-9J for emacs-orgmode@gnu.org; Tue, 02 Jul 2013 13:16:47 -0400 Received: from mail-pb0-x22b.google.com ([2607:f8b0:400e:c01::22b]:58566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu4C1-0007Kj-VN for emacs-orgmode@gnu.org; Tue, 02 Jul 2013 13:16:42 -0400 Received: by mail-pb0-f43.google.com with SMTP id md12so6331742pbc.30 for ; Tue, 02 Jul 2013 10:16:41 -0700 (PDT) In-Reply-To: <87k3l8q4vx.fsf@gmail.com> (Nicolas Goaziou's message of "Tue, 02 Jul 2013 18:54:26 +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: feng shu , emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > feng shu writes: > >> From 63eba2e491a0c410b3841cbad2dd1a9f80416bca Mon Sep 17 00:00:00 2001 >> From: Feng Shu >> Date: Tue, 2 Jul 2013 11:52:10 +0800 >> Subject: [PATCH] Let =`make'= be an option to =`org-latex-pdf-process'=. >> >> * ox-latex.el (org-latex-pdf-process): let =`make'= be a >> preconfigured choice and change the wording of the docstring. > > I don't mind applying it, but shouldn't it as simple to provide > a function that will call "make" instead? > > It's impossible to provide every solution in the wild for that. Is this > one really necessary: it doesn't have complicated arguments. Can (other ...) be used here? See (info "(elisp) Composite Types") > > > Regards,