* lisp/ob-sql.el (org-babel-execute:sql, org-babel-sql-dbstring-saphana):
Add basic support for SAP HANA to SQL blocks
* testing/lisp/test-ob-sql.el: Basic tests for generated db connection
string
This change adds basic support for SAP HANA to SQL blocks by
specifying saphana as :engine.
It also
I noticed a change in org since I updated to the latest version when it
comes to automatic indentation. I prefer to turn this off globally,
including for lists. I have tinkered with various settings but have had
no luck so far.
--
Michael Powe writes:
> Hello,
>
> After logging some clock time, I used the normal key combination, C-u C-c
> C-x C-u to update my timesheet tables, and received this error message.
>
> org-update-dblock: Symbol’s function definition is void:
> org-dblock-write:CLOCKTABLE
[...]
> Well, after recov
I have set up an org-capture template with the exact example provided in
org-contacts.el and I get this error:
* %![Error: (void-function org-contacts-template-name)]
:PROPERTIES:
:EMAIL: %![Error: (void-function org-contacts-template-email)]
:PHONE:
:ALIAS:
:NICKNAME:
:IGNORE:
:ICON:
:NOTE:
:A
Thanks for the patch, and others for the review/feedback.
Alan Light writes:
> Subject: [PATCH 2/2] ob-sql.el: ob-sql.el (org-babel-execute:sql): Use
> `sql-postgres-program' as postgresql executable (instead of psql) when
> defined
>
> * ob-sql.el (org-babel-execute:sql): Use `sql-postgres-p
<#secure method=pgpmime mode=sign>
You're right, seems now need to wait for Ag Ibragimov.
Tim Cross writes:
OK. As the patch is over 6 months old, it would be good if the original author
can confirm it is still the latest version and if not, re-send the most recent
version.
Christopher Miles