Make autoloading of org-plot.el more stable
This commit is contained in:
parent
ae8bd4f33f
commit
2ba674092e
|
@ -1,5 +1,10 @@
|
||||||
2009-02-13 Carsten Dominik <carsten.dominik@gmail.com>
|
2009-02-13 Carsten Dominik <carsten.dominik@gmail.com>
|
||||||
|
|
||||||
|
* org.el ("org-plot"): Help loading org-plot.
|
||||||
|
|
||||||
|
* org-publish.el (org-publish-get-base-files): Allow symbol `any'
|
||||||
|
for selecting files with any (and even without) extension.
|
||||||
|
|
||||||
* org.el (org-save-all-org-buffers): Also save id locations.
|
* org.el (org-save-all-org-buffers): Also save id locations.
|
||||||
(org-revert-all-org-buffers): Also load id locations.
|
(org-revert-all-org-buffers): Also load id locations.
|
||||||
|
|
||||||
|
|
|
@ -3064,6 +3064,11 @@ collapsed state."
|
||||||
org-id-get-with-outline-drilling
|
org-id-get-with-outline-drilling
|
||||||
org-id-goto org-id-find org-id-store-link))
|
org-id-goto org-id-find org-id-store-link))
|
||||||
|
|
||||||
|
;; Autoload Plotting Code
|
||||||
|
|
||||||
|
(org-autoload "org-plot"
|
||||||
|
'(org-plot/gnuplot))
|
||||||
|
|
||||||
;;; Variables for pre-computed regular expressions, all buffer local
|
;;; Variables for pre-computed regular expressions, all buffer local
|
||||||
|
|
||||||
(defvar org-drawer-regexp nil
|
(defvar org-drawer-regexp nil
|
||||||
|
|
Loading…
Reference in New Issue