Re: [O] Bug: transposition of words surrounded by forward slash [9.0.5 (release_9.0.5-266-gca31fa )]

2017-02-13 Thread Justin Kirby
Nicolas Goaziou writes: > Hello, > > Justin Kirby writes: > >> An org file with the following content: >> >> #+OPTIONS: *:nil >> >> /simple/ /example/ >> >> >> >> During export org will transpose the word 'example'

[O] Bug: transposition of words surrounded by forward slash [9.0.5 (release_9.0.5-266-gca31fa )]

2017-02-11 Thread Justin Kirby
An org file with the following content: #+OPTIONS: *:nil /simple/ /example/ During export org will transpose the word 'example' so the final output is //examplesimple/ / This will be the output regardless of export format. I have tried html, txt, odt, md. The words will be transposed as

[O] PATCH: add dbport to ob-sql for postgres

2016-09-14 Thread Justin Kirby
In ob-sql postgres would ignore dbport header argument. Attached is a patch that corrects this. Let me know if there are any modifications needed. thnx, Justin diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index 6e003d2..f6a83e8 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -519,6 +519,8 @@ to for

[O] [PATCH] add port switch for postgresql support in ob-sql.el

2016-05-19 Thread Justin Kirby
these problems with tests? >From 4ca513afe3725fbfbefd7ad9bf54637adfd56ea2 Mon Sep 17 00:00:00 2001 From: Justin Kirby Date: Wed, 18 May 2016 23:14:48 -0400 Subject: [PATCH] add dbport parameter to postgresql dbstring If postgesql is running on a different port or using a ssh tunnel to remote