emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org2blog problems.
@ 2013-12-18 18:03 Sharon Kimble
  2013-12-18 18:26 ` Nick Dokos
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sharon Kimble @ 2013-12-18 18:03 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1624 bytes --]

I have been attempting to use emacs org2blog but am now consistently
getting this error report - 
Contacting host: www.sharons.org.uk:80
xml-rpc-xml-to-response: XML-RPC fault `Incorrect username or password.'

I'm using '.netrc' and this is -
machine host100
myblog A taste of linux
login boudiccas
password rhubarbandcustard

This is the relevant sections in my .emacs -
(setq load-path (cons "~/.emacs.d/elpa/org2blog-20130707.323"
load-path)) ;; depends on netrc, xml-rpc
(require 'netrc)
(require 'xml-rpc-autoloads)
(require 'org2blog-autoloads)
(require 'metaweblog)

;; load the entry 'A taste of linux' in the ~/.netrc, we obtain a
hash-map with the needed data ;; now enter the data in the org2blog
list of blogs (require 'netrc) ;; or nothing if already in the load-path
(setq blog (netrc-machine (netrc-parse "~/.netrc") "A taste of linux"
t)) (setq org2blog/wp-blog-alist
      '(("A taste of linux"
         :url "http://www.sharons.org.uk/xmlrpc.php"
         :username (netrc-get blog "login")
         :password (netrc-get blog "password"))))
(add-hook 'org-mode-hook 'org2blog/wp-mode)

Why cant I log on with org2blog please? Is it because either .netrc or
org2blog have a maximum password length please? That’s the only thing
that I can think of as to why it is consistently failing. 

Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
efever = http://www.efever.blogspot.com/
efever = http://sharon04.livejournal.com/
my git repo = https://bitbucket.org/boudiccas/dots
Debian testing, Fluxbox 1.3.5, LibreOffice 4.1.3.2
Registered Linux user 561944

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-12-20  3:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-18 18:03 org2blog problems Sharon Kimble
2013-12-18 18:26 ` Nick Dokos
2013-12-19  0:45 ` Nick Dokos
2013-12-20  3:47 ` Erik Hetzner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).