Re: [O] showing orgmode source in orgmode

2012-08-30 Thread Charles Philip Chan
Bastien writes: Hi Bastien: > Org src blocks are special. > ... Thanks for the info. Cheers, Charles -- "Even more amazing was the realization that God has Internet access. I wonder if He has a full newsfeed?" (By Matt Welsh) pgp7ig1EregDy.pgp Description: PGP signature

Re: [O] showing orgmode source in orgmode

2012-08-30 Thread Jeremiah Dodds
Alexandre Russel writes: > On Fri, Aug 31, 2012 at 6:44 AM, Charles Philip Chan wrote: > #+begin_example org > #+begin_src java > #+end_src > #+end_src > exports without color: > #+begin_src java > #+end_src > #+begin_src org > #+begin_src java > #+end_src > #+end_src > exports with color but on

Re: [O] showing orgmode source in orgmode

2012-08-30 Thread Bastien
Charles Philip Chan writes: > I have cc'ed Bastien. Org src blocks are special. Try this at the beginning of a line:

Re: [O] showing orgmode source in orgmode

2012-08-30 Thread Charles Philip Chan
Alexandre Russel writes: Hi Alexandre: > #+begin_example org > #+begin_src java > #+end_src I have no idea what you are trying to do here. However, I have just noticed that wrapping org-mode code in any type of block doesn't export correctly- the block code are just ignored and the org-mode sou

Re: [O] showing orgmode source in orgmode

2012-08-30 Thread Alexandre Russel
On Fri, Aug 31, 2012 at 6:44 AM, Charles Philip Chan wrote: > Charles Philip Chan writes: > > Hi Alexandre: > >> "#+begin_src" only works with certain programming languages. Please >> refer to section 14 of the manual. > > Sorry, it seems that org-mode is supported, try: > > , > | #+begin_src

Re: [O] showing orgmode source in orgmode

2012-08-30 Thread Charles Philip Chan
Charles Philip Chan writes: Hi Alexandre: > "#+begin_src" only works with certain programming languages. Please > refer to section 14 of the manual. Sorry, it seems that org-mode is supported, try: , | #+begin_src org | #+end_src ` Cheers, Charles -- Dijkstra probably hates me (Linu

Re: [O] showing orgmode source in orgmode

2012-08-30 Thread Charles Philip Chan
Alexandre Russel writes: Hi Alexandre: > I couldn't find how to show orgmode source in orgmode, I've tried the > obvious(ly stupid): Use: , | #+begin_example | #+end_example ` > #+begin_src orgmode > #+begin_src foobar > #+end_src "#+begin_src" only works with certain programming la

[O] showing orgmode source in orgmode

2012-08-30 Thread Alexandre Russel
Hi, I couldn't find how to show orgmode source in orgmode, I've tried the obvious(ly stupid): #+begin_src orgmode #+begin_src foobar #+end_src #+end_src but when exporting it shows only #+begin_src foobar when I would have like: #+begin_src foobar #+end_src any ideas ? alex