emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bastien <bzg@altern.org>
To: dmg <dmg@uvic.ca>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>, eschulte@cs.unm.edu
Subject: Re: babel and postgresql
Date: Sun, 24 Feb 2013 09:15:54 +0100	[thread overview]
Message-ID: <87ehg6cekl.fsf@bzg.ath.cx> (raw)
In-Reply-To: <CAEBXXD9uWOkS207=DRqS4K9HEzJZV8akMeQNDnJ1aLdaOP7jUw@mail.gmail.com> (dmg@uvic.ca's message of "Sat, 23 Feb 2013 23:13:09 -0800")

Hi Daniel,

dmg <dmg@uvic.ca> 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	other threads:[~2013-02-24  8:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-24  6:42 babel and postgresql dmg
2013-02-24  7:13 ` dmg
2013-02-24  8:15   ` Bastien [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ehg6cekl.fsf@bzg.ath.cx \
    --to=bzg@altern.org \
    --cc=dmg@uvic.ca \
    --cc=emacs-orgmode@gnu.org \
    --cc=eschulte@cs.unm.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).