emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [org-plot] Re: org-plot dosesn't catch options from #+PLOT: line if line does not start at column 0
@ 2010-03-01 11:32 Thomas Holst
  2010-03-01 15:23 ` Eric Schulte
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Holst @ 2010-03-01 11:32 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

in my last eMail there was a typo in the patch. The corrected verson is below.

---%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üßen / Best regards 

Thomas

-- 
"Das Leben ist so einfach,
 dass es schon wieder schwierig ist!"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [org-plot] Re: org-plot dosesn't catch options from #+PLOT: line if line does not start at column 0
  2010-03-01 11:32 [org-plot] Re: org-plot dosesn't catch options from #+PLOT: line if line does not start at column 0 Thomas Holst
@ 2010-03-01 15:23 ` Eric Schulte
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Schulte @ 2010-03-01 15:23 UTC (permalink / raw)
  To: Thomas Holst; +Cc: emacs-orgmode

Hi Thomas,

Thanks for the patch, it has been applied.

Best -- Eric

Thomas Holst <thomas.holst@de.bosch.com> writes:

> Hello,
>
> in my last eMail there was a typo in the patch. The corrected verson is below.
>
> ---%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.ü.ßen / Best regards 
>
> Thomas

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-01 15:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-01 11:32 [org-plot] Re: org-plot dosesn't catch options from #+PLOT: line if line does not start at column 0 Thomas Holst
2010-03-01 15:23 ` Eric Schulte

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).