emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Andreas Röhler" <andreas.roehler@easy-emacs.de>
To: Bastien <bzg@altern.org>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: BUG typo in languages.html
Date: Fri, 05 Apr 2013 20:03:30 +0200	[thread overview]
Message-ID: <515F11F2.7020004@easy-emacs.de> (raw)
In-Reply-To: <87mwtcj2h4.fsf@bzg.ath.cx>

Am 05.04.2013 19:21, schrieb Bastien:
> Hi Andreas,
>
> Andreas Röhler <andreas.roehler@easy-emacs.de> writes:
>
>> http://orgmode.org/worg/org-contrib/babel/languages.html
>>
>> Language	Identifier	Documentation	Requirements
>>
>> C	c	ob-doc-C	none
>>
>> ;;;;;
>>
>> mentiones lesser "c" as Identifier, seems it should be upper "C"
>
> Not sure -- why?
>
>> BTW
>>
>> couldn't see
>>
>> http://orgmode.org/worg/org-contrib/babel/languages.html
>>
>> in Worg git-repo
>
> It's there: org-contrib/babel/languages.org
>
> HTH,
>

wrong there also. Evaluating

   (org-babel-do-load-languages
    'org-babel-load-languages
    '(
      (c . t)))

==>
Debugger entered--Lisp error: (file-error "Cannot open load file" "ob-c")
   require(ob-c)
   #[(pair) "\bA\303\b@!\x19\211\x1a\203\x16

But

   (org-babel-do-load-languages
    'org-babel-load-languages
    '(
      (C . t)))

==>
((C . t))

  reply	other threads:[~2013-04-05 18:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-27  7:53 BUG typo in languages.html Andreas Röhler
2013-04-05 17:21 ` Bastien
2013-04-05 18:03   ` Andreas Röhler [this message]
2013-04-05 18:06     ` Bastien

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=515F11F2.7020004@easy-emacs.de \
    --to=andreas.roehler@easy-emacs.de \
    --cc=bzg@altern.org \
    --cc=emacs-orgmode@gnu.org \
    /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).