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 23:18:28 +0530 Message-ID: <877gh8n98z.fsf@gmail.com> References: <87k3l8q4vx.fsf@gmail.com> <87fvvwnank.fsf@gmail.com> <87vc4sop20.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu4fQ-0006qo-Lt for emacs-orgmode@gnu.org; Tue, 02 Jul 2013 13:47:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uu4fO-0003kh-RR for emacs-orgmode@gnu.org; Tue, 02 Jul 2013 13:47:04 -0400 Received: from mail-pb0-x22b.google.com ([2607:f8b0:400e:c01::22b]:47983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu4fO-0003kV-J6 for emacs-orgmode@gnu.org; Tue, 02 Jul 2013 13:47:02 -0400 Received: by mail-pb0-f43.google.com with SMTP id md12so6362002pbc.30 for ; Tue, 02 Jul 2013 10:47:01 -0700 (PDT) In-Reply-To: <87vc4sop20.fsf@gmail.com> (Nicolas Goaziou's message of "Tue, 02 Jul 2013 19:21:43 +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 > AFAIU, `other' means "whatever your answer is, always do the same", > which is not what we want. > > If you want "give whatever you want and we'll use it", it should be > a `string' type. But can't `function', which is already implemented, do > the same anyway? Well the OP can change the default value - the "Shell command sequence" - to make. I see no need for a change. So `other' is like const. May be it's a `restricted-sexp'. > Regards,