[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Enabling another language in org-babel
From: |
Achim Gratz |
Subject: |
Re: [O] Enabling another language in org-babel |
Date: |
Wed, 30 Jul 2014 19:16:31 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.91 (gnu/linux) |
Ista Zahn writes:
> I've made the suggested changes, with the exception of the "part of
> Emacs bit", as this should go in contrib not core.
>
> I asked Bastien privately about getting access to the git repository,
> but will ask here as well: When I run 'git clone
> address@hidden:org-mode.git' I get a response saying
Unrelated to your problem: you should not use the SSH connection for
pulling. Configure the orgmode repo to use the normal git for reading,
then configure (in your global user configuration) to use the SSH
connection just for pushing:
--8<---------------cut here---------------start------------->8---
[url "git+ssh:address@hidden:org-mode.git"]
pushInsteadOf = git://orgmode.org/org-mode.git
--8<---------------cut here---------------end--------------->8---
> "Permission denied (publickey).
> fatal: Could not read from remote repository"
>
> Does that mean my key wasn't properly added, or did I miss some required
> set-up?
Most likely, but it could also be that you haven't entered the correct
passphrase or are using the wrong key.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables
- Re: [O] Enabling another language in org-babel, Bastien, 2014/07/28
- Re: [O] Enabling another language in org-babel, Ista Zahn, 2014/07/28
- Re: [O] Enabling another language in org-babel, Bastien, 2014/07/29
- Re: [O] Enabling another language in org-babel, Ista Zahn, 2014/07/30
- Re: [O] Enabling another language in org-babel, Nick Dokos, 2014/07/30
- Re: [O] Enabling another language in org-babel,
Achim Gratz <=
- Re: [O] Enabling another language in org-babel, Jay Kerns, 2014/07/31
- Re: [O] Enabling another language in org-babel, Bastien, 2014/07/31
- Re: [O] Enabling another language in org-babel, Ista Zahn, 2014/07/31