all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* org-mode source blocks
@ 2010-12-21  8:09 Hill
  2010-12-21  9:36 ` Marco (m) Wahl
  0 siblings, 1 reply; 6+ messages in thread
From: Hill @ 2010-12-21  8:09 UTC (permalink / raw
  To: help-gnu-emacs

I would like use the Source Code Blocks feature within org-mode. But I
found org-mode can't launch the language mode to edit the Source code.
1. Emacs -Q
2. M-x org-mode, then the emacs buffer entered the org-mode.
3. entering following test:
#+ srcname trait_demo.cpp
#+ begin_src c++
: using namespace std;
: int main( void )
: {
:   string tmp;
:   while(cin >> tmp)
:     {
:       cout << "from pipe: " << tmp << endl;
:     }
:
:
:   return 0;
: }
#+ end_src

4. C-c ' ;;then emacs lauch a buffer to edit the source code.
5. But the mode is "Picture" not c++ mode. Why?

I tried other language like python, it also launch a Picture-mode.
I would like to know. what's wrong?  My emacs version is 23.2.1 on
windows xp.

Any body can help? thanks!


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-12-22  6:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.2.1292949627.3175.help-gnu-emacs@gnu.org>
2010-12-22  1:31 ` org-mode source blocks Hill
2010-12-22  6:35   ` Suvayu Ali
2010-12-21  8:09 Hill
2010-12-21  9:36 ` Marco (m) Wahl
2010-12-21 16:36   ` Tassilo Horn
2010-12-21 16:51     ` Bastien

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.