emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] showing orgmode source in orgmode


From: Bastien
Subject: Re: [O] showing orgmode source in orgmode
Date: Fri, 31 Aug 2012 08:08:45 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux)

Charles Philip Chan <address@hidden> writes:

> I have cc'ed Bastien.

Org src blocks are special.

Try this at the beginning of a line:

<s TAB org C-n C-c ' [Add some org content] C-c '

You should then have something like

#+BEGIN_SRC org
  ,* A headline
  
  ,blabla
#+END_SRC

The commas is needed to escape this Org source from the 
normal handling of the buffer.

They can also be inserted by just pressing TAB in an Org
src block.

HTH,

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]