org-export-as-blosxom-story Programming Notes

This is text before the first hading.

Table of Contents

1 Purpose

Convert org files to Blosxom story format.

2 Advantages

3 Disadvantages

4 Existing functions

org-export-as-htmlExport and overwrite <filename>.html.
org-export-as-html-to-bufferExport to buffer.
org-export-region-as-htmlExport region to buffer.
Prefix arg. causes org header and
footer to be omitted.

Org export functions ignore text before first heading unless variable org-export-skip-text-before-1st-heading is nil. However, text before first heading is exported as-is without HTML tags inserted.

5 Org file format

  1. First line is story title in plain text.
  2. Second and succeeding lines are story body with org mode markup inserted as desired.

6 Blosxom story format

  1. First line is story title in plain text.
  2. Second and succeeding lines are story body, which may optoonally be formatted with HTML tags.

Author: Zaurus User <zaurus@zaurus>

Date: 2013/01/02 18:18:55