From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Price Subject: map function definitions to org src blocks? Date: Thu, 8 Nov 2018 17:27:56 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000004fea7b057a2ebda3" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51437) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gKswT-0005ve-G9 for emacs-orgmode@gnu.org; Thu, 08 Nov 2018 17:38:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gKsmC-0007Zc-UE for emacs-orgmode@gnu.org; Thu, 08 Nov 2018 17:27:50 -0500 Received: from mail-it1-x129.google.com ([2607:f8b0:4864:20::129]:33726) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gKsm9-0007Sv-Nz for emacs-orgmode@gnu.org; Thu, 08 Nov 2018 17:27:46 -0500 Received: by mail-it1-x129.google.com with SMTP id p11-v6so2926143itf.0 for ; Thu, 08 Nov 2018 14:27:27 -0800 (PST) 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: Org Mode --0000000000004fea7b057a2ebda3 Content-Type: text/plain; charset="UTF-8" I feel like I saw someone do this but can't find it in my notes. When tangling code to elisp, is it possible to point ~describe-function~ to the original org-mode source (or at least the src block) as the "source code" for the function, rather than the resultant .e file produced by org-babel-tangle? Seems like this would make a whole lot of things significantly easier when writing emacs inits, for instnace. --0000000000004fea7b057a2ebda3 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I feel like I saw someone do this but can't find it in= my notes. When tangling code to elisp, is it possible to point ~describe-f= unction~ to the original org-mode source (or at least the src block) as the= "source code" for the function, rather than the resultant .e fil= e produced by org-babel-tangle? Seems like this would make a whole lot of t= hings significantly easier when writing emacs inits, for instnace. =C2=A0
--0000000000004fea7b057a2ebda3--