From mboxrd@z Thu Jan 1 00:00:00 1970 From: gongzhitaao Subject: Dangling Citation Date: Mon, 11 Jan 2016 20:52:03 +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 ([2001:4830:134:3::10]:38647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIjUe-0000VV-Ba for emacs-orgmode@gnu.org; Mon, 11 Jan 2016 15:55:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIjUa-0002Th-Bk for emacs-orgmode@gnu.org; Mon, 11 Jan 2016 15:55:12 -0500 Received: from plane.gmane.org ([80.91.229.3]:36075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIjUa-0002RT-55 for emacs-orgmode@gnu.org; Mon, 11 Jan 2016 15:55:08 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aIjUX-0001e1-1j for emacs-orgmode@gnu.org; Mon, 11 Jan 2016 21:55:05 +0100 Received: from 131.204.254.74 ([131.204.254.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Jan 2016 21:55:05 +0100 Received: from zhitaao.gong by 131.204.254.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Jan 2016 21:55:05 +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 First time to post here. If inappropriate, please let me know. The lisp function insert-file-contents used in ox-bibtex does not move point and insertion-marker to the end of inserted text (I'm not sure it is a bug or an intention). The result is that the citation is a dangling table not included in the bibliography div. A visual explanation is here: http://gongzhitaao.org/orgcss/#sec:dangling- element Is there a way around this problem? Thanks!