From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Lindner Subject: Re: There is no line to end here at LaTeX org-ref export Date: Fri, 2 Sep 2016 15:04:30 +0200 Message-ID: References: <3972cc9c-6ee5-25eb-a460-50e52eeaa490@xgm.de> <877faw88ec.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfo9N-0000Yf-Bn for emacs-orgmode@gnu.org; Fri, 02 Sep 2016 09:04:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfo9H-0003jb-Bw for emacs-orgmode@gnu.org; Fri, 02 Sep 2016 09:04:52 -0400 Received: from [195.159.176.226] (port=46246 helo=blaine.gmane.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfo9H-0003g8-58 for emacs-orgmode@gnu.org; Fri, 02 Sep 2016 09:04:47 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1bfo97-0004tQ-BJ for emacs-orgmode@gnu.org; Fri, 02 Sep 2016 15:04:37 +0200 In-Reply-To: <877faw88ec.fsf@gmail.com> 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 Am 01.09.2016 um 08:02 schrieb Nick Dokos: > Try this: > > --8<---------------cut here---------------start------------->8--- > An example without org-ref that produces this error: > > #+NAME: fig:org_fig > #+BEGIN_SRC python :exports results :results file > import matplotlib.pyplot as plt, numpy as np > x = np.linspace(-2, 2, 1000) > plt.plot(x, np.exp(-np.power(4*x, 2)), label="shape-parameter=4") > plt.savefig('rbf-gaussian-4.pdf') > return "rbf-gaussian-4.pdf" > #+END_SRC > > #+CAPTION: Org Fig > #+RESULTS: fig:org_fig > [[file:rbf-gaussian-4.pdf]] > > > Some text > --8<---------------cut here---------------end--------------->8--- > Some story, nothing changed. Still no line to end here. Best, Florian