From: Thomas Holst <thomas.holst@de.bosch.com>
To: emacs-orgmode@gnu.org
Subject: [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 12:32:32 +0100 [thread overview]
Message-ID: <m.uhbp0p99r@de.bosch.com> (raw)
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!"
next reply other threads:[~2010-03-01 11:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-01 11:32 Thomas Holst [this message]
2010-03-01 15:23 ` [org-plot] Re: org-plot dosesn't catch options from #+PLOT: line if line does not start at column 0 Eric Schulte
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m.uhbp0p99r@de.bosch.com \
--to=thomas.holst@de.bosch.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).