emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [org-plot] org-plot dosesn't catch options from #+PLOT: line if line does not start at column 0
@ 2010-03-01  9:12 Holst Thomas (DGS-EC/EHM2)
  0 siblings, 0 replies; only message in thread
From: Holst Thomas (DGS-EC/EHM2) @ 2010-03-01  9:12 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

Hello,

today I found out, that org-plot recocnises #+PLOT: lines only when they start at column 0. Most of my tables are indented. So org-plot didn't catch the options. Below is a patch which fixes this. The patch is against org-mode 6.34trans from this morning.

I would like to take the oportunity to thank Carsten for marvelous org-mode and Eric for org-plot. They both make working with my computers a lot easier!!
Org-mode really changed the way I organize my work.


---%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] only message in thread

only message in thread, other threads:[~2010-03-01  9:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-01  9:12 [org-plot] org-plot dosesn't catch options from #+PLOT: line if line does not start at column 0 Holst Thomas (DGS-EC/EHM2)

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).