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