From 5bdfc02c6fa1b9ad4f075ac1ad1e4086ead310db Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Tue, 26 Mar 2024 22:45:33 +0300 Subject: [PATCH 1/2] Update version number for the 9.6.24 release --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index d3ee1e6f4..edf259ecf 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -9,7 +9,7 @@ ;; URL: https://orgmode.org ;; Package-Requires: ((emacs "26.1")) -;; Version: 9.6.23 +;; Version: 9.6.24 ;; This file is part of GNU Emacs. ;; From 3e61311c714edf88417b0c5eea65decc64fcd796 Mon Sep 17 00:00:00 2001 From: Morgan Smith Date: Tue, 2 Apr 2024 16:51:44 -0400 Subject: [PATCH 2/2] org-manual: Document Org Plot option "timeind" * doc/org-manual.org (Plot options): Document "timeind". Also fix the formatting for a couple other entries. --- doc/org-manual.org | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index d08e2b5c6..a7bc6ab52 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -2903,6 +2903,11 @@ For more information and examples see the [[https://orgmode.org/worg/org-tutoria Specify which column of the table to use as the =x= axis. +- =timeind= :: + + Specify which column of the table to use as the =x= axis as a time + value. + - =deps= :: Specify the columns to graph as a Lisp style list, surrounded by @@ -2910,7 +2915,7 @@ For more information and examples see the [[https://orgmode.org/worg/org-tutoria the third and fourth columns. Defaults to graphing all other columns aside from the =ind= column. -- transpose :: +- =transpose= :: When =y=, =yes=, or =t= attempt to transpose the table data before plotting. Also recognizes the shorthand option =trans=. @@ -2945,21 +2950,21 @@ For more information and examples see the [[https://orgmode.org/worg/org-tutoria When plotting =3d= or =grid= types, set this to =t= to graph a flat mapping rather than a =3d= slope. -- min :: +- =min= :: Provides a minimum axis value that may be used by a plot type. Implicitly assumes the =y= axis is being referred to. Can explicitly provide a value for a either the =x= or =y= axis with =xmin= and =ymin=. -- max :: +- =max= :: Provides a maximum axis value that may be used by a plot type. Implicitly assumes the =y= axis is being referred to. Can explicitly provide a value for a either the =x= or =y= axis with =xmax= and =ymax=. -- ticks :: +- =ticks= :: Provides a desired number of axis ticks to display, that may be used by a plot type. If none is given a plot type that requires ticks