From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [lint] imagemagick Date: Thu, 17 Dec 2015 16:02:20 +0100 Message-ID: <87zix9qfsz.fsf@nicolasgoaziou.fr> References: <878u4trvlt.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9a2n-0004ik-Ub for emacs-orgmode@gnu.org; Thu, 17 Dec 2015 10:00:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9a2e-0004e7-L4 for emacs-orgmode@gnu.org; Thu, 17 Dec 2015 10:00:37 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:42433) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9a2e-0004e1-Bc for emacs-orgmode@gnu.org; Thu, 17 Dec 2015 10:00:28 -0500 In-Reply-To: (Andreas Leha's message of "Thu, 17 Dec 2015 14:49:53 +0000") 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: Andreas Leha Cc: emacs-orgmode@gnu.org Andreas Leha writes: > I am not sure about the possible values, though. babel header arguments > usually take 'yes' and 'no' as values for TRUE and FALSE. Which is, IMO, a mistake. Lisp has already some definition of TRUE and FALSE which is not language-centric. > Examples are :tangle, :comments, etc. So, I have been using > ':imagemagick yes' until now. > > But on the other hand ':imagemagick no' is not doing the expected > thing. I looked at the source and every time, :imagemagick is treated as a boolean, so "yes" and "no" are equivalent to t. At least, the declaration seems on par with the source. Regards,