Re: [Orgmode] begin_src problems

2009-05-18 Thread Tom Tobin
On Mon, May 18, 2009 at 10:15 PM, Dan Davison wrote: > Tom Tobin writes: >> Hmm ... C-c ' now works only if the block is flush with the left >> margin.  Is this intentional? > > Yes, it's intentional. The # has to be the first character on the > line. It's the same with the other org syntax which

Re: [Orgmode] begin_src problems

2009-05-18 Thread Dan Davison
Tom Tobin writes: > On Mon, May 18, 2009 at 7:47 PM, Dan Davison wrote: >> Tom Tobin writes: >>> I'm having some issues using #+BEGIN_SRC; doing the following doesn't >>> seem to use the org-code face, and doesn't seem to work correctly with >>> "C-c i": >> >> C-c i is undefined with my setup.

Re: [Orgmode] begin_src problems

2009-05-18 Thread Tom Tobin
On Mon, May 18, 2009 at 7:47 PM, Dan Davison wrote: > Tom Tobin writes: >> I'm having some issues using #+BEGIN_SRC; doing the following doesn't >> seem to use the org-code face, and doesn't seem to work correctly with >> "C-c i": > > C-c i is undefined with my setup. Did you mean C-c '? Yeah, s

Re: [Orgmode] begin_src problems

2009-05-18 Thread Dan Davison
Hi Tom, Tom Tobin writes: > I'm having some issues using #+BEGIN_SRC; doing the following doesn't > seem to use the org-code face, and doesn't seem to work correctly with > "C-c i": C-c i is undefined with my setup. Did you mean C-c '? > > #+BEGIN_SRC html-mode > foobar > #+END_SRC I think yo

[Orgmode] begin_src problems

2009-05-18 Thread Tom Tobin
I'm having some issues using #+BEGIN_SRC; doing the following doesn't seem to use the org-code face, and doesn't seem to work correctly with "C-c i": #+BEGIN_SRC html-mode foobar #+END_SRC Am I missing something? The "short" form for code literals (prepending a line with colon-space) seems to wo