Table of Contents

1 Upload Test

this is my first upload from Emacs org-mode

1.1 convert to html

M-x org-html-export-to-html

1.2 run script

require (markdown)
result <- rpubsUpload ("Emacs org-mode upload", "UploadFromOrgMode.html")
if (!is.null (result$continueUrl)) {
    browseURL (result$continueUrl)
}else {
    stop (result$error)
}

reference: R Graphical Manual

Created: 2015-02-13 金 23:49

Emacs 25.0.50.1 (Org mode 8.3beta)

Validate