From 2e2f6f3944dbc4d999f69dbd0b2ea02325b84ad2 Mon Sep 17 00:00:00 2001 From: jowj Date: Sun, 10 Feb 2019 20:37:39 -0600 Subject: [PATCH] Adding org2blog configuration --- applicationConfiguration/.emacs/init.el | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/applicationConfiguration/.emacs/init.el b/applicationConfiguration/.emacs/init.el index a902fe3..76ce091 100644 --- a/applicationConfiguration/.emacs/init.el +++ b/applicationConfiguration/.emacs/init.el @@ -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`)