From mboxrd@z Thu Jan 1 00:00:00 1970 From: mohamed Subject: Re: Bibtex export Date: Tue, 18 Dec 2012 20:47:42 +0000 (UTC) Message-ID: References: <8738z3i9t8.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45128) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl452-0005S7-Si for emacs-orgmode@gnu.org; Tue, 18 Dec 2012 15:48:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tl451-0004Ux-L2 for emacs-orgmode@gnu.org; Tue, 18 Dec 2012 15:48:00 -0500 Received: from plane.gmane.org ([80.91.229.3]:48377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl451-0004Uo-EP for emacs-orgmode@gnu.org; Tue, 18 Dec 2012 15:47:59 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Tl45C-0006Bw-Fy for emacs-orgmode@gnu.org; Tue, 18 Dec 2012 21:48:10 +0100 Received: from p578bddab.dip0.t-ipconnect.de ([87.139.221.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Dec 2012 21:48:10 +0100 Received: from mohamed.hibti by p578bddab.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Dec 2012 21:48:10 +0100 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: emacs-orgmode@gnu.org Bastien altern.org> writes: > I'm not sure I understand. In what condition does deleting > "* Section a" will delete * Bibliography" ? > Hi Bastien, Thank you for answering. Usually I write --------------------------- * Section a ... \clearpage \bibliographystyle{acm} \bibliography{biblio.bib} --------------------------- However, sometimes I decide to delete the section "section a" and then the lines including the bibliography specifications are also lost in the overview mode. Therefore, I need something to protect the bibliography lines and make them accessible in a dedicated section. Regards, Mohamed