aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-06-09 18:42:39 +0000
committerChong Yidong2009-06-09 18:42:39 +0000
commit223b43fa2a0e0da2661c8010d58cfaa093ded76c (patch)
treee1d311589b89b85b33b82960bff21c53be383316
parentdeab46e0d7e92585e3196deb0c80f2065988bcf2 (diff)
downloademacs-223b43fa2a0e0da2661c8010d58cfaa093ded76c.tar.gz
emacs-223b43fa2a0e0da2661c8010d58cfaa093ded76c.zip
* org.texi (Org Plot): Fix tags (Bug#3507).
-rw-r--r--doc/misc/ChangeLog2
-rw-r--r--doc/misc/org.texi4
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index dee3ea17ea3..230db438c46 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,5 +1,7 @@
12009-06-09 Chong Yidong <cyd@stupidchicken.com> 12009-06-09 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * org.texi (Org Plot): Fix tags (Bug#3507).
4
3 * ada-mode.texi (Installation, Compile commands) 5 * ada-mode.texi (Installation, Compile commands)
4 (Project File Overview, No project files, Set compiler options) 6 (Project File Overview, No project files, Set compiler options)
5 (Use GNAT project file, Use multiple GNAT project files) 7 (Use GNAT project file, Use multiple GNAT project files)
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index fe06865fa95..1d0eeae96d1 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -2487,7 +2487,7 @@ Specify whether the plot will be @code{2d}, @code{3d}, or @code{grid}.
2487@item with 2487@item with
2488Specify a @code{with} option to be inserted for every col being plotted 2488Specify a @code{with} option to be inserted for every col being plotted
2489(e.g. @code{lines}, @code{points}, @code{boxes}, @code{impulses}, etc...). 2489(e.g. @code{lines}, @code{points}, @code{boxes}, @code{impulses}, etc...).
2490Defaults to 'lines'. 2490Defaults to @code{lines}.
2491 2491
2492@item file 2492@item file
2493If you want to plot to a file specify the @code{"path/to/desired/output-file"}. 2493If you want to plot to a file specify the @code{"path/to/desired/output-file"}.
@@ -2505,7 +2505,7 @@ flat mapping rather than a @code{3d} slope.
2505 2505
2506@item timefmt 2506@item timefmt
2507Specify format of org-mode timestamps as they will be parsed by gnuplot. 2507Specify format of org-mode timestamps as they will be parsed by gnuplot.
2508Defaults to '%Y-%m-%d-%H:%M:%S'. 2508Defaults to @samp{%Y-%m-%d-%H:%M:%S}.
2509 2509
2510@item script 2510@item script
2511If you want total control you can specify a script file (place the file name 2511If you want total control you can specify a script file (place the file name