From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: Sharing documents with bibtex bibliography from org to non-org users Date: Wed, 24 Aug 2016 16:38:05 +0000 Message-ID: <87eg5ejf6a.fsf@mat.ucm.es> References: <26f59a91-f9e1-3a95-13c9-300f97d40f16@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcbC2-0007mM-Pq for emacs-orgmode@gnu.org; Wed, 24 Aug 2016 12:38:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bcbBw-0007Za-Ov for emacs-orgmode@gnu.org; Wed, 24 Aug 2016 12:38:21 -0400 Received: from [195.159.176.226] (port=44028 helo=blaine.gmane.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcbBw-0007X9-I1 for emacs-orgmode@gnu.org; Wed, 24 Aug 2016 12:38:16 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1bcbBq-0000e1-9O for emacs-orgmode@gnu.org; Wed, 24 Aug 2016 18:38:10 +0200 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" To: emacs-orgmode@gnu.org >>> "Martin" == Martin Leduc writes: > Hi orgers, > People using org-mode or LaTeX to write scientific papers inevitably > face problems when time comes to share a manuscript with co-authors > for reviewing. Unless one decides to restrict the choice of his > co-authors based exclusively on their knowledge of LaTeX, > collaborators generally use Microsoft Word to write their documents. In my experience - Pandoc is one possibility but does not allow ordering of the references. So the following works best: - Use an org file (and the org-ref pkg). See the file org-ref.org for details. I have some addons, John, the author of org-ref.org provided for my needs, if you want I can send them to you. *Important* export the odt file to html, not to ascii text, nor to odt. Open the html file with openoffice/libreoffice and save it then to odt or doc or docx. The other way from docx seems somehow to work with pandoc. Uwe Brauer