From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: problem with export of #+BEGIN_src latex :results latex replace :exports results :eval t Date: Thu, 13 Dec 2018 08:30:00 +0100 Message-ID: <87lg4tkhon.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53864) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gXLRm-0006Pd-LF for emacs-orgmode@gnu.org; Thu, 13 Dec 2018 02:30:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gXLRi-0006Ww-GU for emacs-orgmode@gnu.org; Thu, 13 Dec 2018 02:30:14 -0500 Received: from [195.159.176.226] (port=38780 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gXLRi-0006U9-75 for emacs-orgmode@gnu.org; Thu, 13 Dec 2018 02:30:10 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1gXLPX-0003uV-QX for emacs-orgmode@gnu.org; Thu, 13 Dec 2018 08:27: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" To: emacs-orgmode@gnu.org Hi The following org file is exported correctly to latex. ,---- | | * Test of the bibliography | | | \begin{equation} | \label{eq:testbib:1} | \int f dx =0 | \end{equation} | | see | citep:tao08:_global | | | bibliographystyle:unsrt | bibliography:/home/oub/texmf/bibtex/bib/bibgraf.bib `---- However I sometimes prefer ,---- | * Test of the bibliography | #+BEGIN_src latex :results latex replace :exports results :eval t | | \begin{equation} | \label{eq:testbib:1} | \int f dx =0 | \end{equation} | | see | citep:tao08:_global | | #+END_src | bibliographystyle:unsrt | bibliography:/home/oub/texmf/bibtex/bib/bibgraf.bib | `---- Because this way the fortification for \begin{equation} is the same as in my latex buffer (with auctex). However, in this case the exportation to latex is only partially successful. citep:tao08:_global Is *not* expanded. Can this problem solved? Regards Uwe Brauer