From mboxrd@z Thu Jan 1 00:00:00 1970 From: mohamed Subject: Bibtex export Date: Mon, 17 Dec 2012 15:41:28 +0000 (UTC) Message-ID: 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]:40540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkcpE-0004bN-Ko for emacs-orgmode@gnu.org; Mon, 17 Dec 2012 10:41:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TkcpD-00059H-9h for emacs-orgmode@gnu.org; Mon, 17 Dec 2012 10:41:52 -0500 Received: from plane.gmane.org ([80.91.229.3]:39320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkcpD-00058g-3A for emacs-orgmode@gnu.org; Mon, 17 Dec 2012 10:41:51 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TkcpH-0005Q9-Hw for emacs-orgmode@gnu.org; Mon, 17 Dec 2012 16:41:55 +0100 Received: from 192.196.142.26 ([192.196.142.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Dec 2012 16:41:55 +0100 Received: from mohamed.hibti by 192.196.142.26 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Dec 2012 16:41:55 +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 Hi, Is there any way to use something like : * Section a ... * Bibliography [with some specific tag] \clearpage \bibliographystyle{acm} \bibliography{biblio.bib} My point is to avoid deleting the bibliography lines when deleting the previous section (section a). Thanks,