Skip to content

Instantly share code, notes, and snippets.

@nedludd
Created November 16, 2009 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nedludd/236387 to your computer and use it in GitHub Desktop.
Save nedludd/236387 to your computer and use it in GitHub Desktop.
(org-set-generic-type
"confluence"
'(:file-suffix ".txt"
:key-binding ?C
:author-export nil
:toc-export nil
:todo-keywords-export t
:title-format "h2. %s\n"
:body-header-section-numbers 4
:body-section-header-prefix ("h5." "* " "** " "*** ")
:body-section-header-format "%s"
:body-section-header-suffix ("\n" "\n" "\n" "\n")
:body-bullet-list-prefix "* "
:body-number-list-format "# %s"
:body-line-export-preformated t
:body-line-fixed-prefix "{noformat}\n"
:body-line-fixed-suffix "\n{noformat}\n"
:body-line-fixed-format "%s\n"
:body-text-prefix "{quote}\n"
:body-text-suffix "\n{quote}\n\n"
:body-line-format "%s\n"
:body-line-wrap 75
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment