Skip to content

selman/org-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sample org-publish-project-alist

(setq org-publish-project-alist
      '(
        ("blog-html"
         :base-directory "~/org-test/"
         :publishing-directory "~/org-test/gh-pages/"
         :publishing-function org-publish-org-to-html
         :recursive t
         :author "Selman Uluğ"
         :author-info t
         :email "selman.ulug@gmail.com"
         :email-info t)))

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published