* BUG typo in languages.html
@ 2013-03-27 7:53 Andreas Röhler
2013-04-05 17:21 ` Bastien
0 siblings, 1 reply; 4+ messages in thread
From: Andreas Röhler @ 2013-03-27 7:53 UTC (permalink / raw)
To: emacs-orgmode
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"
BTW
couldn't see
http://orgmode.org/worg/org-contrib/babel/languages.html
in Worg git-repo
Andreas
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: BUG typo in languages.html
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
0 siblings, 1 reply; 4+ messages in thread
From: Bastien @ 2013-04-05 17:21 UTC (permalink / raw)
To: Andreas Röhler; +Cc: emacs-orgmode
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,
--
Bastien
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: BUG typo in languages.html
2013-04-05 17:21 ` Bastien
@ 2013-04-05 18:03 ` Andreas Röhler
2013-04-05 18:06 ` Bastien
0 siblings, 1 reply; 4+ messages in thread
From: Andreas Röhler @ 2013-04-05 18:03 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
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))
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: BUG typo in languages.html
2013-04-05 18:03 ` Andreas Röhler
@ 2013-04-05 18:06 ` Bastien
0 siblings, 0 replies; 4+ messages in thread
From: Bastien @ 2013-04-05 18:06 UTC (permalink / raw)
To: Andreas Röhler; +Cc: emacs-orgmode
Hi Andreas,
Andreas Röhler <andreas.roehler@easy-emacs.de> writes:
> 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@!\211\203
>
> But
>
> (org-babel-do-load-languages
> 'org-babel-load-languages
> '(
> (C . t)))
>
> ==>
> ((C . t))
I see, fixed, thanks for the explanations.
--
Bastien
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-04-05 18:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2013-04-05 18:06 ` Bastien
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).