From mboxrd@z Thu Jan 1 00:00:00 1970 From: Melleus Subject: Can export the files with bibliography only to LaTeX Date: Wed, 13 Dec 2017 21:50:35 +0200 Message-ID: <877etq76gk.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePD3J-0007qT-JI for emacs-orgmode@gnu.org; Wed, 13 Dec 2017 14:50:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePD3G-0008LM-Fj for emacs-orgmode@gnu.org; Wed, 13 Dec 2017 14:50:49 -0500 Received: from [195.159.176.226] (port=34193 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ePD3G-0008J9-6i for emacs-orgmode@gnu.org; Wed, 13 Dec 2017 14:50:46 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1ePD34-00078q-VH for emacs-orgmode@gnu.org; Wed, 13 Dec 2017 20:50:34 +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" To: emacs-orgmode@gnu.org I used to think that I can export from org to bunch of different formats. But all of a sudden when I need this feature I see that I can export only to LaTeX. But when I try exporting to other format I get Wrong type argument: stringp, nil error message. When there's no bibtex references or exporting to LaTeX everything just works. How can I troubleshoot the situation and possibly find the clue? I couldn't find any documentation on the exporting references issues on Worg unfortunately. My environment: Gentoo with stable keyword, Emacs 25.3.1, Org 9.1.4. Thanks ahead of time.