From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: Re: [Latex+orgmode] #+LaTeX:\printbibliography AND '(:noexport:) Date: Thu, 27 Dec 2012 21:25:28 +0000 Message-ID: <87han76vcn.fsf@gmail.com> References: <50DC0BDF.9020608@laposte.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToKwr-0001P1-TP for emacs-orgmode@gnu.org; Thu, 27 Dec 2012 16:25:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ToKwl-00079v-ND for emacs-orgmode@gnu.org; Thu, 27 Dec 2012 16:25:05 -0500 Received: from mail-wg0-f44.google.com ([74.125.82.44]:64742) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToKwl-00079f-9L for emacs-orgmode@gnu.org; Thu, 27 Dec 2012 16:24:59 -0500 Received: by mail-wg0-f44.google.com with SMTP id dr12so4396799wgb.11 for ; Thu, 27 Dec 2012 13:24:58 -0800 (PST) In-reply-to: <50DC0BDF.9020608@laposte.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: celano Cc: "emacs-orgmode@gnu.org" Hi celano, celano writes: > Hello > > This is my file.org (I use it then with latex: C-c C-e l): > >> #+LaTeX_CLASS:book >> * First part >> ** First chapter >> ** Second chapter '(:noexport:) >> ** Third chapter '(:noexport:) >> #+LaTeX: \printbibliography >> >> * Second part >> ** 4th chapter >> ** 5th chapter > > As you see, \printbibliography is under the *noexport* tag, and will not > appear in the file.tex > > *How should I do to export the bibliography without creating a new > chapter?* I think this does what you want: ["Re: [O] Bibtex export" 18 December 2012] http://lists.gnu.org/archive/html/emacs-orgmode/2012-12/msg00634.html > > > Thank you for helping me > Celano Myles