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'
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
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
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