6.9.6.1 Publishing with planner-rdf
Planner-rdf is now included in the normal Planner publishing process.
Pressing <C-p> will create a .owl and a .rdf file for every planner
file. Additionally it creates an index, index.rdf.
By default all generated files will be stored in the normal Planner
publishing directory, where the HTML files end up. If you would ike to
change that, set the variable planner-rdf-directory
to the desired
location.
The generated files:
- index.rdf - a collection with pointers to the
<plan-page>.rdf files.
- <plan-page>.rdf - contains Dublin Core metadata about the files
related to the current Planner page. Currently it contains metadata
about the source file, the Emacs plan page, the generated HTML page, and
the generated OWL file.
- <plan-page>.owl - contains task and note data from the Planner
file. Task information is stored completely. For notes, the note
headline is stored.