Adding org2blog configuration

This commit is contained in:
jowj 2019-02-10 20:37:39 -06:00
parent 9647916d57
commit 2e2f6f3944

View File

@ -41,6 +41,14 @@
org-src-tab-acts-natively t
org-edit-src-content-indentation 0)
(setq org2blog/wp-blog-alist
'(("wordpress"
:url "https://web1/xmlrpc.php"
:username "josiah"
:default-title "published from org"
:default-categories ("org2blog" "emacs" "homelab")
:tags-as-categories nil)
(custom-set-faces
;; custom-set-faces was added by Custom.
@ -131,7 +139,7 @@
'(org-modules
'(org-bbdb org-bibtex org-docview org-gnus org-habit org-info org-irc org-mhe org-rmail org-w3m))
'(package-selected-packages
'(multiple-cursors flymake-python-pyflakes pdf-tools weechat jedi python-mode pylint py-autopep8 powershell outline-magic markdown-mode magit flycheck exec-path-from-shell elpygen elpy ein doom-themes csharp-mode)))
'(org2blog multiple-cursors flymake-python-pyflakes pdf-tools weechat jedi python-mode pylint py-autopep8 powershell outline-magic markdown-mode magit flycheck exec-path-from-shell elpygen elpy ein doom-themes csharp-mode)))
;; run emacs as server (connect to it with `emacsclient`)