emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] babel and postgresql


From: Bastien
Subject: Re: [O] babel and postgresql
Date: Sun, 24 Feb 2013 09:15:54 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi Daniel,

dmg <address@hidden> writes:

> It looks like my inexperience with Lisp made me ignore the obvious.
> What is needed is not my patch below, but to add posgresql to the
> condition of the case:
>
> From:
>       (case (intern engine)
>         ('mysql
>
>
> To:
>
>       (case (intern engine)
>         ('(postgresql mysql)
>
> the problem is that I can't get it to work (and I could not find good
> documentation for the case macro anywhere but its definition. It says
> that it takes either an atom (i.e. 'mysql)
> or a list (i.e. '(postgresql mysql) ) but it just does not work me.

I applied this patch, which should do the right thing given your
explanations:

  http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=f8e874

Let me know.  Thanks!

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]