Charles Berry <ccbe...@ucsd.edu> writes: > Feng Shu <tumashu <at> gmail.com> writes: > >> >> >> #+begin_org >> >> * headA >> ** headB >> >> #+end_org >> >> When export to latex, how to ignore headA and don't ignore headB? >> > > With a tag. See this: > > http://article.gmane.org/gmane.emacs.orgmode/67692
It's very useful, thanks very much! I use it show a beautiful construct of article. --------------------------------------- * Abstract :ignoreheading: #+LATEX: \begin{myabstract} ... #+LATEX: \end{myabstract} * bibliography :ignoreheading: #+LATEX: \bibliographystyle{GBT7714-2005NLang-UTF8} #+LATEX: \bibliography{hbuuthesis} --------------------------------------- > > HTH, > > Chuck --