org-plot.el: fix bug

This commit is contained in:
Carsten Dominik 2009-07-08 07:50:48 +02:00
parent 9ec9d79adc
commit 6355334c4b
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -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;,.]*\\)")