Re: [O] [help] How to ignore a head but don't ignore it's subhead when export

2013-06-19 Thread Rasmus
> * Abstract :ignoreheading: > > #+LATEX: \begin{myabstract} > ... > #+LATEX: \end{myabstract} You can do #+begin_myabstract\n ... #+end_myabstract. –Rasmus -- . . . It begins of course with The Internet. A Net of Peers.

Re: [O] [help] How to ignore a head but don't ignore it's subhead when export

2013-06-18 Thread Feng Shu
Charles Berry writes: > Feng Shu 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

Re: [O] [help] How to ignore a head but don't ignore it's subhead when export

2013-06-18 Thread Charles Berry
Feng Shu 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 HTH, Chuck

Re: [O] [help] How to ignore a head but don't ignore it's subhead when export

2013-06-18 Thread Feng Shu
Bastien writes: > Hi Feng, > > Feng Shu writes: > >> #+begin_org >> >> * headA >> ** headB >> >> #+end_org >> >> When export to latex, how to ignore headA and don't ignore headB? > > You can't, sorry. Thanks for the information --

Re: [O] [help] How to ignore a head but don't ignore it's subhead when export

2013-06-18 Thread Marcin Borkowski
Dnia 2013-06-18, o godz. 15:38:27 Bastien napisał(a): > Hi Feng, > > Feng Shu writes: > > > #+begin_org > > > > * headA > > ** headB > > > > #+end_org > > > > When export to latex, how to ignore headA and don't ignore headB? > > You can't, sorry. > You can (probably), but on the LaTeX side,

Re: [O] [help] How to ignore a head but don't ignore it's subhead when export

2013-06-18 Thread Bastien
Hi Feng, Feng Shu writes: > #+begin_org > > * headA > ** headB > > #+end_org > > When export to latex, how to ignore headA and don't ignore headB? You can't, sorry. -- Bastien

[O] [help] How to ignore a head but don't ignore it's subhead when export

2013-06-18 Thread Feng Shu
#+begin_org * headA ** headB #+end_org When export to latex, how to ignore headA and don't ignore headB? Thanks --