From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: [org-plot] Re: org-plot dosesn't catch options from #+PLOT: line if line does not start at column 0 Date: Mon, 01 Mar 2010 08:23:57 -0700 Message-ID: <87sk8kawvm.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nm7Ta-0003Ob-Bg for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 10:24:06 -0500 Received: from [140.186.70.92] (port=44653 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nm7TZ-0003Nf-Jn for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 10:24:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nm7TY-0002z1-OY for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 10:24:05 -0500 Received: from mail-bw0-f219.google.com ([209.85.218.219]:64426) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nm7TY-0002yw-K5 for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 10:24:04 -0500 Received: by bwz19 with SMTP id 19so1832542bwz.26 for ; Mon, 01 Mar 2010 07:24:03 -0800 (PST) In-Reply-To: (Thomas Holst's message of "Mon, 01 Mar 2010 12:32:32 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Thomas Holst Cc: emacs-orgmode@gnu.org Hi Thomas, Thanks for the patch, it has been applied. Best -- Eric Thomas Holst writes: > Hello, > > in my last eMail there was a typo in the patch. The corrected verson is b= elow. > > ---%x-------------------- cut here ------------------------x%------------= --- > --- org-plot.el 2010-03-01 02:00:15.000000000 +0100 > +++ c:/daten/users/DE_hts2fe/emacs/OrgMode/org-mode-aktuell/lisp/org-plot= .el 2010-03-01 10:02:33.934355700 +0100 > @@ -301,7 +301,7 @@ > (setf table (delq 'hline (cdr table)))) ;; clean non-data from table > ;; collect options > (save-excursion (while (and (equal 0 (forward-line -1)) > - (looking-at "#\\+")) > + (looking-at "[[:space:]]*#\\+")) > (setf params (org-plot/collect-options params)))) > ;; dump table to datafile (very different for grid) > (case (plist-get params :plot-type) > ---%x-------------------- cut here ------------------------x%------------= --- > > Mit freundlichen Gr.=C3=BC.=C3=9Fen / Best regards=20 > > Thomas