From mboxrd@z Thu Jan 1 00:00:00 1970 From: dmg Subject: how to update and add info to babel documentation? Date: Mon, 18 Jul 2016 19:46:58 -0700 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1143e69e93e0b50537f41b3f Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPL4O-0000Zj-1j for emacs-orgmode@gnu.org; Mon, 18 Jul 2016 22:47:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPL4M-0001Xo-Vh for emacs-orgmode@gnu.org; Mon, 18 Jul 2016 22:47:40 -0400 Received: from mail-vk0-x22c.google.com ([2607:f8b0:400c:c05::22c]:35403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPL4M-0001Xh-R2 for emacs-orgmode@gnu.org; Mon, 18 Jul 2016 22:47:38 -0400 Received: by mail-vk0-x22c.google.com with SMTP id w127so6804544vkh.2 for ; Mon, 18 Jul 2016 19:47:38 -0700 (PDT) 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: emacs-orgmode --001a1143e69e93e0b50537f41b3f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable hi there, I was trying to find the sources for the babel language documentation. Specifically: http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-sqlite.html Could anybody please tell me which is the best way to submit a patch to it? Specifically, I would like to document the use of variables in the mode. I had to read its source code to know that you can to prefix the variable name with $ for it to work, eg: #+BEGIN_SRC sqlite :db /tmp/rip.db :var x=3D"table" select * from $x; #+END_SRC =E2=80=8Bthank you,=E2=80=8B --=20 --dmg --- Daniel M. German http://turingmachine.org --001a1143e69e93e0b50537f41b3f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
hi there,

<= /div>
I was trying to find the sources for the babel lang= uage documentation.
Specifically:


=
Could anybody please tell me which is the= best way to submit a patch to it?

Specifically, I would like to document the use of variables i= n the mode. I had to read its source code to know that you can to prefix th= e variable name with
$ for it to work, eg:


#= +BEGIN_SRC sqlite :db /tmp/rip.db :var x=3D"table"
select= * from $x;=C2=A0
#+END_SRC


=E2=80=8Bthank you,=E2=80=8B

--
--dmg

---Daniel M. German
http://turingmachine.org
--001a1143e69e93e0b50537f41b3f--