emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jay Kerns <gjkerns@gmail.com>
To: Ista Zahn <istazahn@gmail.com>, Bastien <bzg@gnu.org>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>,
	brendan.halpin@ul.ie, Eric Schulte <schulte.eric@gmail.com>
Subject: Re: Enabling another language in org-babel
Date: Wed, 30 Jul 2014 20:23:28 -0400	[thread overview]
Message-ID: <53D98C80.1080004@gmail.com> (raw)
In-Reply-To: <CA+vqiLF7Ov76a5svmEr_HbjJ9eg9=AKwAAnZMx1es-W-fabtEQ@mail.gmail.com>

Dear Ista,

I don't know if Bastien has already responded to your private message
(if so, please disregard this), but for what it's worth, it looks like
you are doing everything right to me.  I am not an org-mode developer
so I can't speak with 100% certainty, but it looks like a permissions
issue on the org-mode.org side (read: your key hasn't been added just
quite yet) and nothing on your side.

Good luck, and best wishes.
Jay



On 07/30/14 12:47, Ista Zahn wrote:
> 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
> orgmode@orgmode.org:org-mode.git' I get a response saying
> 
> "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?
> 
> Best,
> Ista
> 
> On Tue, Jul 29, 2014 at 10:36 AM, Bastien <bzg@gnu.org> wrote:
>> Hi Ista,
>>
>> some comments on the code below.
>>
>> Ista Zahn <istazahn@gmail.com> writes:
>>
>>> ;; Copyright (C) 2014 Ista Zahn
>>> ;; Author: Ista Zahn, based on ob-julia.el by G. Jay Kerns, and ob-R.el
>>> ;; by Eric Schulte and Dan Davison
>>
>> You need to reformat this -- see files with multiple authors in Org or
>> in Emacs.
>>
>>> ;; This file is not part of GNU Emacs.
>>
>> We plan to add this to Org's core, so this will be part of Emacs.
>>
>>> ;; Stata and ESS are required.
>>
>> Maybe add some links for the requirements.
>>
>>> (defcustom org-babel-stata-command inferior-STA-program-name
>>>   "Name of command to use for executing stata code."
>>>   :group 'org-babel
>>>   :version "24.4"
>>>   :package-version '(Org . "8.0")
>>                               ^^^
>>
>> This needs to be 8.3
>>
>>> ;; The following was a very complicated write object command
>>> ;; The replacement needs to add error catching
>>> ;(defvar org-babel-stata-write-object-command "{function(object,transfer.file){object;invisible(if(inherits(try({tfile<-tempfile();write.table(object,file=tfile,sep=\"\\t\",na=\"nil\",row.names=%s,col.names=%s,quote=FALSE);file.rename(tfile,transfer.file)},silent=TRUE),\"try-error\")){if(!file.exists(transfer.file))file.create(transfer.file)})}}(object=%s,transfer.file=\"%s\")")
>>
>> Maybe simply remove this, or make it more readable.
>>
>> Thanks in advance for this contribution!
>>
>> --
>>  Bastien

  parent reply	other threads:[~2014-07-31  0:23 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-24  8:54 Enabling another language in org-babel Brendan Halpin
2014-06-24 11:02 ` Eric Schulte
2014-06-24 12:05   ` Rainer M Krug
2014-06-24 19:52     ` Ista Zahn
2014-06-24 20:13       ` G. Jay Kerns
2014-06-25  8:33       ` Bastien
2014-06-25 13:44         ` Ista Zahn
2014-07-28 13:20           ` Bastien
2014-07-28 21:29             ` Ista Zahn
2014-07-29 14:36               ` Bastien
2014-07-30 16:47                 ` Ista Zahn
2014-07-30 17:06                   ` Nick Dokos
2014-07-30 17:16                   ` Achim Gratz
2014-07-31  0:23                   ` Jay Kerns [this message]
2014-07-31 10:52                   ` Bastien
2014-07-31 11:06                     ` Ista Zahn
2015-01-31 19:42                   ` Esa Palosaari
2015-01-31 19:50                     ` Esa Palosaari

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=53D98C80.1080004@gmail.com \
    --to=gjkerns@gmail.com \
    --cc=brendan.halpin@ul.ie \
    --cc=bzg@gnu.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=istazahn@gmail.com \
    --cc=schulte.eric@gmail.com \
    /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).