Re: [O] Remove Org from Emacs repository?

2016-12-18 Thread MaDhAt2r
I am for leaving it to the users discretion as to weather or not they have Org installed. I think if anyone out there wants to open an .org file, more than likely, they know what it is and how to get it. If not there is a plethora of information out there to point them in the right direction.

Re: [O] [Patch v2] Add support for sqsh sql src blocks

2016-12-03 Thread MaDhAt2r
Absolutely. Thanks, Micah >From f7c71428981a5f7c0ff5ee44fcecf7003c340813 Mon Sep 17 00:00:00 2001 From: madhat2r <madha...@dukefoo.com> Date: Sat, 3 Dec 2016 09:33:13 -0600 Subject: [PATCH] add sqsh engine and ORG-NEWS entry --- etc/ORG-NEWS | 17 lisp/ob-sq

Re: [O] [Patch v2] Add support for sqsh sql src blocks

2016-12-03 Thread MaDhAt2r
Thanks Nicolas. I went ahead and set up a public branch for these changes. I added ORG-NEWS entry, and some other minor changes in the commentary of ob-sql.el. https://github.com/madhat2r/org-mode/tree/feature/babel-sqsh-engine -Micah On Dec 03 at 09:08 AM, Nicolas Goaziou said thus: > He

Re: [O] [Patch v2] Add support for sqsh sql src blocks

2016-11-29 Thread MaDhAt2r
(intern engine) '(dbi mysql postgresql)) +((memq (intern engine) '(dbi mysql postgresql sqsh)) ;; Add header row delimiter after column-names header in first line (cond (colnames-p @@ -239,7 +262,12 @@ SET COLSEP '|' (goto-char (point-max))

[O] Add support for sqsh sql src blocks

2016-11-24 Thread MaDhAt2r
ob-sql-el: Add support for `sqsh' as an SQL engine TINYCHANGE 1 file changed, 41 insertions(+), 10 deletions(-) ob-sql.el | 51 +-- modified ob-sql.el @@ -116,6 +116,17 @@ SQL Server on Windows and Linux platform." (when