From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-clojure - How to emit an example block? Date: Sun, 09 Feb 2014 08:57:10 +0100 Message-ID: <87lhxkra5l.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59590) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCPGR-0002oA-PB for emacs-orgmode@gnu.org; Sun, 09 Feb 2014 02:57:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCPGM-0006Iy-Ej for emacs-orgmode@gnu.org; Sun, 09 Feb 2014 02:57:19 -0500 Received: from rs249.mailgun.us ([209.61.151.249]:40552) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCPGM-0006Iu-9f for emacs-orgmode@gnu.org; Sun, 09 Feb 2014 02:57:14 -0500 In-Reply-To: (Phill Wolf's message of "Sat, 8 Feb 2014 18:29:24 -0500") 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: Phill Wolf Cc: emacs-orgmode@gnu.org, "Thomas S. Dye" Hi Phill, thanks for your work on this. Phill Wolf writes: > (1) In the cider block, access the result-params. > (2) Put either 'cider-get-value or 'cider-get-raw-value into a > variable, depending on the result-params. > (3) funcall the variable instead of using cider-get-raw-value > directly. > (0) Up at the top, add a declare-function for cider-get-value, next > to the declare-function for cider-get-raw-value. Can you repost your changes as a patch? Please read http://orgmode.org/worg/org-contribute.html carefully on how to submit a patch. If you don't have time to write a full patch, just open the updated ob-clojure.el in Emacs and `C-x v =' to create a patch buffer and send it to the list. Thanks! -- Bastien