From: Bernt Hansen <bernt@norang.ca>
To: Patrick Drechsler <patrick@pdrechsler.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: usage of bgein_src in 'Literal examples' section
Date: Wed, 04 Jun 2008 20:30:53 -0400 [thread overview]
Message-ID: <87prqw67uq.fsf@gollum.intra.norang.ca> (raw)
In-Reply-To: <87tzg8n8oe.fsf@pdrechsler.de> (Patrick Drechsler's message of "Thu\, 05 Jun 2008 00\:21\:05 +0200")
Patrick Drechsler <patrick@pdrechsler.de> writes:
> I like the new feature in "literal examples" using #+BEGIN_SRC <mode>!
>
> But how do I find which mode Emacs is using for a certain file type?
>
> I could not figure out how to replace <mode> for simple C or CPP files.
>
> Here is a simple C file:
>
> --8<---------------cut here---------------start------------->8---
> int main(void)
> {
> return 0;
> }
> --8<---------------cut here---------------end--------------->8---
>
> I have tried different results from `M-x describe-mode' as well as stuff
> like:
>
> #+BEGIN_SRC c
> #+BEGIN_SRC c/law
> #+BEGIN_SRC cc
> #+BEGIN_SRC c-mode
> #+BEGIN_SRC cc-mode
>
> What is the correct <mode> to insert?
>
This works for me:
* C Source Example
#+BEGIN_SRC c
int main(void)
{
return 0;
}
#+END_SRC
And then C-c ' anywhere inside the block
HTH
-Bernt
next prev parent reply other threads:[~2008-06-05 0:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-04 22:21 usage of bgein_src in 'Literal examples' section Patrick Drechsler
2008-06-05 0:30 ` Bernt Hansen [this message]
2008-06-05 1:40 ` Patrick Drechsler
2008-06-05 1:58 ` Bernt Hansen
2008-06-06 10:39 ` Patrick Drechsler
2008-06-06 11:27 ` Dominik, C.
2008-06-07 13:44 ` Patrick Drechsler
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=87prqw67uq.fsf@gollum.intra.norang.ca \
--to=bernt@norang.ca \
--cc=emacs-orgmode@gnu.org \
--cc=patrick@pdrechsler.de \
/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).