emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Name of code pieces when exported to PDF


From: Nicolas Goaziou
Subject: Re: [O] Name of code pieces when exported to PDF
Date: Mon, 26 Sep 2016 17:34:53 +0200

Hello,

claude fuhrer <address@hidden> writes:

> To explain a small program, I've broken it down into small pieces. My
> org file looks something like
>
> # =========================================================================
> #+NAME MainClass
>
> #+BEGIN_SRC java :noweb tangle :tangle Test.java
> public class Test
> {
>     <<secondBlock>>
>     <<thirdBlock>>
> }
> #+END_SRC

It should be

  #+name: MainClass
  #+begin_src ...

i.e, with dots and no blank line in-between.

Regards,

-- 
Nicolas Goaziou



reply via email to

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