From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: [lint] imagemagick Date: Thu, 17 Dec 2015 15:06:20 +0000 Message-ID: References: <878u4trvlt.fsf@nicolasgoaziou.fr> <87zix9qfsz.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9a8p-0007Ga-1K for emacs-orgmode@gnu.org; Thu, 17 Dec 2015 10:06:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9a8l-000608-3J for emacs-orgmode@gnu.org; Thu, 17 Dec 2015 10:06:50 -0500 Received: from plane.gmane.org ([80.91.229.3]:33012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9a8k-000600-SB for emacs-orgmode@gnu.org; Thu, 17 Dec 2015 10:06:47 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a9a8X-0004lZ-PW for emacs-orgmode@gnu.org; Thu, 17 Dec 2015 16:06:33 +0100 Received: from 193.63.221.204 ([193.63.221.204]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Dec 2015 16:06:33 +0100 Received: from andreas.leha by 193.63.221.204 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Dec 2015 16:06:33 +0100 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: emacs-orgmode@gnu.org Hi Nicolas, Nicolas Goaziou writes: > 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. I agree completely. > >> 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. Exactly. I guess my implicit question was, whether we should aim to make :imagemagick accept 'no' as nil to be consistent with the general org babel conventions. As I get it, you would say: no. (The next question would be whether we live with inconsistency or whether we should switch the other header arguments backward incompatibly use t and nil as well...) > > At least, the declaration seems on par with the source. Yes, thanks! Andreas