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-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Re: how to update and add info to babel documentation? Date: Tue, 19 Jul 2016 07:05:18 -1000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPYSt-0003ET-QY for emacs-orgmode@gnu.org; Tue, 19 Jul 2016 13:05:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPYSp-0005cU-JR for emacs-orgmode@gnu.org; Tue, 19 Jul 2016 13:05:50 -0400 Received: from gproxy2-pub.mail.unifiedlayer.com ([69.89.18.3]:36591) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1bPYSp-0005b2-Bd for emacs-orgmode@gnu.org; Tue, 19 Jul 2016 13:05:47 -0400 In-reply-to: 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: dmg Cc: emacs-orgmode Aloha dmg, You can find instructions here: http://orgmode.org/worg/worg-git.html Thanks for your help. All the best, Tom dmg writes: > 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="table" > select * from $x; > #+END_SRC > > > ​thank you,​ -- Thomas S. Dye http://www.tsdye.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: dmg Subject: Re: how to update and add info to babel documentation? Date: Tue, 19 Jul 2016 13:49:41 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=001a114394ceb961f40538033bfa Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPbyC-0001W3-TI for emacs-orgmode@gnu.org; Tue, 19 Jul 2016 16:50:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPbyA-0007gu-CK for emacs-orgmode@gnu.org; Tue, 19 Jul 2016 16:50:23 -0400 Received: from mail-vk0-x22f.google.com ([2607:f8b0:400c:c05::22f]:35168) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPbyA-0007gk-6U for emacs-orgmode@gnu.org; Tue, 19 Jul 2016 16:50:22 -0400 Received: by mail-vk0-x22f.google.com with SMTP id w127so41790225vkh.2 for ; Tue, 19 Jul 2016 13:50:22 -0700 (PDT) In-Reply-To: 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: "Thomas S. Dye" Cc: emacs-orgmode --001a114394ceb961f40538033bfa Content-Type: multipart/alternative; boundary=001a114394ceb961ee0538033bf8 --001a114394ceb961ee0538033bf8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thanks Tom, Here is my patch. On Tue, Jul 19, 2016 at 10:05 AM, Thomas S. Dye wrote: > Aloha dmg, > > You can find instructions here: > > http://orgmode.org/worg/worg-git.html > > Thanks for your help. > > All the best, > Tom > > dmg writes: > > > 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 nam= e > 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 > > > -- > Thomas S. Dye > http://www.tsdye.com > --=20 --dmg --- Daniel M. German http://turingmachine.org --001a114394ceb961ee0538033bf8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thanks Tom,
Here is my patch.


On Tue, = Jul 19, 2016 at 10:05 AM, Thomas S. Dye <tsd@tsdye.com> wrote:
Aloha dmg,

You can find instructions here:

http://orgmode.org/worg/worg-git.html

Thanks for your help.

All the best,
Tom

dmg writes:

> hi there,
>
> I was trying to find the sources for the babel language documentation.=
> Specifically:
>
>
> http://orgmode.org/worg/o= rg-contrib/babel/languages/ob-doc-sqlite.html
>
> Could anybody please tell me which is the best way to submit a patch t= o it?
>
> Specifically, I would like to document the use of variables in the mod= e. I had
> to read its source code to know that you can to prefix the variable na= me 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


--
Thomas S. Dye http:= //www.tsdye.com



--
--dmg
---
Daniel M. German
http://turingmachine.org
--001a114394ceb961ee0538033bf8-- --001a114394ceb961f40538033bfa Content-Type: text/x-patch; charset=US-ASCII; name="0001-added-documentation-on-how-ot-pass-variables-to-sqli.patch" Content-Disposition: attachment; filename="0001-added-documentation-on-how-ot-pass-variables-to-sqli.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_iqtxocsi0 RnJvbSA2N2YxZDY5ZWEzZGU1MTZmZDQ2Y2U4YmM3NGQwYjExZjNkMDZjZGM0IE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBEIEdlcm1hbiA8ZG1nQHV2aWMuY2E+CkRhdGU6IFR1ZSwgMTkg SnVsIDIwMTYgMTM6NDc6MTQgLTA3MDAKU3ViamVjdDogW1BBVENIXSBhZGRlZCBkb2N1bWVudGF0 aW9uIG9uIGhvdyBvdCBwYXNzIHZhcmlhYmxlcyB0byBzcWxpdGUKCi0tLQogb3JnLWNvbnRyaWIv YmFiZWwvbGFuZ3VhZ2VzL29iLWRvYy1zcWxpdGUub3JnIHwgNjAgKysrKysrKysrKysrKysrKysr KysrKysrKysrCiAxIGZpbGUgY2hhbmdlZCwgNjAgaW5zZXJ0aW9ucygrKQoKZGlmZiAtLWdpdCBh L29yZy1jb250cmliL2JhYmVsL2xhbmd1YWdlcy9vYi1kb2Mtc3FsaXRlLm9yZyBiL29yZy1jb250 cmliL2JhYmVsL2xhbmd1YWdlcy9vYi1kb2Mtc3FsaXRlLm9yZwppbmRleCA2YjViZTAzLi4wNGRl YjU3IDEwMDY0NAotLS0gYS9vcmctY29udHJpYi9iYWJlbC9sYW5ndWFnZXMvb2ItZG9jLXNxbGl0 ZS5vcmcKKysrIGIvb3JnLWNvbnRyaWIvYmFiZWwvbGFuZ3VhZ2VzL29iLWRvYy1zcWxpdGUub3Jn CkBAIC0xMTIsNiArMTEyLDE4IEBAIFRoZXJlIGFyZSAxMSBTUUxpdGUtc3BlY2lmaWMgaGVhZGVy IGFyZ3VtZW50cy4KICAgICAgICAgICAgICAgICA9LmltcG9ydD0uIAogIC0gbnVsbHZhbHVlIDo6 IGEgc3RyaW5nIHRvIHVzZSBpbiBwbGFjZSBvZiBOVUxMIHZhbHVlcy4KIAorKioqIFZhcmlhYmxl cyAKKworSXQgaXMgcG9zc2libGUgdG8gcGFzcyB2YXJpYWJsZXMgdG8gc3FsaXRlLiBWYXJpYWJs ZXMgY2FuIGJlIG9mIHR5cGUgdGFibGUgb3Igc2NhbGFyLiBWYXJpYWJsZXMgYXJlIGRlZmluZWQg dXNpbmcgOnZhcj08dmFsdWU+CithbmQgcmVmZXJyZWQgaW4gdGhlIGNvZGUgYmxvY2sgYXMgJDxu YW1lPi4KKworIC0gVGFibGUgdmFyaWFibGVzIDo6IFRhYmxlIHZhcmlhYmxlcyBhcmUgZXhwb3J0 ZWQgYXMgYSB0ZW1wb3JhcnkgY3N2IGZpbGUgdGhhdAorICAgIGNhbiB0aGVuIGJlIGltcG9ydGVk IGJ5IHNxbGl0ZS4gVGhlIGFjdHVhbCB2YWx1ZSBvZiB0aGUgdmFyaWFibGUgaXMgdGhlIG5hbWUg b2YgdGVtcG9yYXJ5IGNzdiBmaWxlLiAKKworIC0gU2NhbGFyIHZhcmlhYmxlcyA6OiBUaGlzIGlz IGEgdmFsdWUgdGhhdCB3aWxsIHJlcGxhY2UgcmVmZXJlbmNlcworICAgICAgIHRvIHZhcmlhYmxl J3MgbmFtZS4gU3RyaW5nIHZhcmlhYmxlcyBzaG91bGQgYmUgcXVvdGVkOworICAgICAgIG90aGVy d2lzZSB0aGV5IGFyZSBjb25zaWRlcmVkIGEgdGFibGUgdmFyaWFibGUuCisgICAgCiAKICoqIFNl c3Npb25zCiBTUUxpdGUgc2Vzc2lvbnMgYXJlIG5vdCBzdXBwb3J0ZWQuCkBAIC0xNTIsNCArMTY0 LDUyIEBAIEhlbGxvIHdvcmxkIQogTm90ZSB0aGF0ID1kYj0gYW5kID1kaXI9IHRvZ2V0aGVyIHNw ZWNpZnkgdGhlIHBhdGggdG8gdGhlIGZpbGUKIHRoYXQgaG9sZHMgdGhlIFNRTGl0ZSBkYXRhYmFz ZS4KIAorKiogVXNpbmcgc2NhbGFyIHZhcmlhYmxlcworCitJbiB0aGlzIGV4YW1wbGUgd2UgY3Jl YXRlIGEgdmFyaWFibGUgd2l0aCB0aGUgbmFtZSBvZiB0aGUgcmVsYXRpb24gdG8gcXVlcnkgYW5k IGEgdmFsdWUgdG8gdXNlIGluIGEgcXVlcnkgd2hlcmUgY2xhdXNlLgorTm90ZSB0aGF0IHRoZSBy ZXBsYWNlbWVudCBleGNsdWRlcyB0aGUgcXVvdGVzIG9mIHN0cmluZyB2YXJpYWJsZXMuCisKKyMr QkVHSU5fRVhBTVBMRQorLCMrQkVHSU5fU1JDIHNxbGl0ZSA6ZGIgL3RtcC9yaXAuZGIgOnZhciBy ZWw9InRuYW1lIiBuPTMwMCA6Y29sbmFtZXMgeWVzCitkcm9wIHRhYmxlIGlmIGV4aXN0cyAkcmVs OworY3JlYXRlIHRhYmxlICRyZWwobiBpbnQsIGlkIGludCk7CitpbnNlcnQgaW50byAkcmVsKG4s aWQpIHZhbHVlcyAoMSwyMTApLCAoMyw4MDApOworc2VsZWN0ICogZnJvbSAkcmVsIHdoZXJlIGlk ID4gJG47CissIytFTkRfU1JDCisKKywjK1JFU1VMVFM6Cit8IDMgfCA4MDAgfAorIytFTkRfRVhB TVBMRQorCisqKiBVc2luZyB0YWJsZSB2YXJpYWJsZXMKKworV2UgY2FuIGFsc28gcGFzcyBhIHRh YmxlIHRvIGEgcXVlcnkuIEluIHRoaXMgY2FzZSwgdGhlIGNvbnRlbnRzIG9mIHRoZSB0YWJsZSBh cmUgZXhwb3J0ZWQgYXMgYSBjc3YgZmlsZSB0aGF0IGNhbiB0aGVuIAorYmUgaW1wb3J0ZWQgaW50 byBhIHJlbGF0aW9uOgorCisjK0JFR0lOX0VYQU1QTEUKKywjK05BTUU6IHRhYmxlZXhhbXBsZQor fCBpZCB8ICBuIHwKK3wtLS0tKy0tLS18Cit8ICAxIHwgIDUgfAorfCAgMiB8ICA5IHwKK3wgIDMg fCAxMCB8Cit8ICA0IHwgIDkgfAorfCAgNSB8IDEwIHwKKworLCMrYmVnaW5fc3JjIHNxbGl0ZSA6 ZGIgL3RtcC9yaXAuZGIgOnZhciBvcmd0YWJsZT10YWJsZWV4YW1wbGUgOmNvbG5hbWVzIHllcwor ZHJvcCB0YWJsZSBpZiBleGlzdHMgdGVzdHRhYmxlOworY3JlYXRlIHRhYmxlIHRlc3R0YWJsZShp ZCBpbnQsIG4gaW50KTsKKy5tb2RlIGNzdiB0ZXN0dGFibGUKKy5pbXBvcnQgJG9yZ3RhYmxlIHRl c3R0YWJsZQorc2VsZWN0IG4sIGNvdW50KCopIGZyb20gdGVzdHRhYmxlIGdyb3VwIGJ5IG47Ciss IytlbmRfc3JjCisKKywjK1JFU1VMVFM6Cit8ICBuIHwgY291bnQoKikgfAorfC0tLS0rLS0tLS0t LS0tLXwKK3wgIDUgfCAgICAgICAgMSB8Cit8ICA5IHwgICAgICAgIDIgfAorfCAxMCB8ICAgICAg ICAyIHwKKyMrRU5EX0VYQU1QTEUKKwogCi0tIAoyLjcuNAoK --001a114394ceb961f40538033bfa-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Re: how to update and add info to babel documentation? Date: Wed, 20 Jul 2016 07:07:57 -1000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPuz2-0003Ec-Sr for emacs-orgmode@gnu.org; Wed, 20 Jul 2016 13:08:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPuyx-0007Yy-DL for emacs-orgmode@gnu.org; Wed, 20 Jul 2016 13:08:31 -0400 Received: from gproxy2-pub.mail.unifiedlayer.com ([69.89.18.3]:44398) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1bPuyx-0007Y5-5U for emacs-orgmode@gnu.org; Wed, 20 Jul 2016 13:08:27 -0400 In-reply-to: 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: dmg Cc: emacs-orgmode Aloha Daniel, Please feel free to push your changes directly to Worg. Thanks again for your help. All the best, Tom dmg writes: > Thanks Tom, > > Here is my patch. > > > On Tue, Jul 19, 2016 at 10:05 AM, Thomas S. Dye wrote: > > Aloha dmg, > > You can find instructions here: > > http://orgmode.org/worg/worg-git.html > > Thanks for your help. > > All the best, > Tom > > dmg writes: > > > 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="table" > > select * from $x; > > #+END_SRC > > > > > > ​thank you,​ > > > -- > Thomas S. Dye > http://www.tsdye.com -- Thomas S. Dye http://www.tsdye.com