forked from org2blog/org2blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org2blog-autoloads.el
58 lines (37 loc) · 1.49 KB
/
org2blog-autoloads.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
;;;### (autoloads (org2blog/wp-preview-subtree-post org2blog/wp-preview-buffer-post
;;;;;; org2blog/wp-track-subtree org2blog/wp-track-buffer org2blog/wp-post-subtree
;;;;;; org2blog/wp-new-entry org2blog/wp-login org2blog/wp-mode)
;;;;;; "org2blog" "org2blog.el" (19865 57364))
;;; Generated autoloads from org2blog.el
(autoload 'org2blog/wp-mode "org2blog" "\
Toggle org2blog/wp mode.
With no argument, the mode is toggled on/off.
Non-nil argument turns mode on.
Nil argument turns mode off.
Commands:
\\{org2blog/wp-entry-mode-map}
Entry to this mode calls the value of `org2blog/wp-mode-hook'.
\(fn &optional ARG)" t nil)
(autoload 'org2blog/wp-login "org2blog" "\
Logs into the blog. Initializes the internal data structures.
\(fn)" t nil)
(autoload 'org2blog/wp-new-entry "org2blog" "\
Creates a new blog entry.
\(fn)" t nil)
(autoload 'org2blog/wp-post-subtree "org2blog" "\
Post the current entry as a draft. Publish if PUBLISH is non-nil.
\(fn &optional PUBLISH)" t nil)
(autoload 'org2blog/wp-track-buffer "org2blog" "\
Save details of current buffer in the tracking file.
\(fn)" t nil)
(autoload 'org2blog/wp-track-subtree "org2blog" "\
Save details of current subtree in the tracking file.
\(fn)" t nil)
(autoload 'org2blog/wp-preview-buffer-post "org2blog" "\
Preview the present buffer in browser, if posted.
\(fn)" t nil)
(autoload 'org2blog/wp-preview-subtree-post "org2blog" "\
Preview the present subtree in browser, if posted.
\(fn)" t nil)
;;;***
(provide 'org2blog-autoloads)