Browse Source

org-plot.el: fix bug

Carsten Dominik 16 years ago
parent
commit
6355334c4b
2 changed files with 6 additions and 0 deletions
  1. 5 0
      lisp/ChangeLog
  2. 1 0
      lisp/org-plot.el

+ 5 - 0
lisp/ChangeLog

@@ -1,3 +1,8 @@
+2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
+
+	* org-plot.el (org-plot/add-options-to-plist): Add timeind
+	option.
+
 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
 
 	* org-publish.el (org-publish-remove-all-timestamps): New function.

+ 1 - 0
lisp/org-plot.el

@@ -64,6 +64,7 @@ Returns the resulting property list."
 		  ("file"    . :file)
 		  ("labels"  . :labels)
 		  ("map"     . :map)
+                  ("timeind" . :timeind)
 		  ("timefmt" . :timefmt)))
 	    (multiples '("set" "line"))
 	    (regexp ":\\([\"][^\"]+?[\"]\\|[(][^)]+?[)]\\|[^ \t\n\r;,.]*\\)")