From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: :results pp and code not working with multiple expressions for Emacs Lisp [9.0.9 (release_9.0.9-647-g0c9feb @ /Users/xcy/src/org-mode/lisp/)] Date: Sun, 23 Jul 2017 19:23:46 +0200 Message-ID: <87shhnqd7h.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dZNij-0004nA-Fe for emacs-orgmode@gnu.org; Sun, 23 Jul 2017 16:43:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dZNii-0006fS-Ks for emacs-orgmode@gnu.org; Sun, 23 Jul 2017 16:43:21 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:43040) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dZNii-0006eg-FD for emacs-orgmode@gnu.org; Sun, 23 Jul 2017 16:43:20 -0400 In-Reply-To: (Chunyang Xu's message of "Mon, 17 Jul 2017 00:01:22 +0800") 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" To: Chunyang Xu Cc: emacs-orgmode@gnu.org Hello, Chunyang Xu writes: > The following Emacs Lisp code block has multiple expressions. When I try > to execute it, it fails and says "princ: Invalid function: (a b c)". > > #+BEGIN_SRC emacs-lisp :results value pp > (setq my-list '(a b c)) > my-list > #+END_SRC > > Is it intended? > > --- > Here is the Backtrace: > > Debugger entered--Lisp error: (invalid-function (a b c)) Fixed. Thank you. Regards, -- Nicolas Goaziou