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
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
Charles Philip Chan writes:
> I have cc'ed Bastien.
Org src blocks are special.
Try this at the beginning of a line:
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
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
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
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