<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Option_comment_Example</title><link>https://sourceforge.net/p/csv2odf/wiki/Option_comment_Example/</link><description>Recent changes to Option_comment_Example</description><atom:link href="https://sourceforge.net/p/csv2odf/wiki/Option_comment_Example/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 21 May 2014 01:40:33 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/csv2odf/wiki/Option_comment_Example/feed" rel="self" type="application/rss+xml"/><item><title>Option_comment_Example modified by Larry Jordan</title><link>https://sourceforge.net/p/csv2odf/wiki/Option_comment_Example/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -5,9 +5,9 @@

 **Input** data.csv

- 2011-06-14, "Sweep floor", 30
- 2011-06-15, "Count beans", 60
- 2011-07-10, "Pickup chips", 45
+    2011-06-14, "Sweep floor", 30
+    2011-06-15, "Count beans", 60
+    2011-07-10, "Pickup chips", 45

 **Template** template.odt

@@ -35,4 +35,4 @@

 **Command**

- csv2odf --comment="My Custom Heading" -S 2 data.csv template.odt output.odt
+     csv2odf --comment="My Custom Heading" -S 2 data.csv template.odt output.odt
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Larry Jordan</dc:creator><pubDate>Wed, 21 May 2014 01:40:33 -0000</pubDate><guid>https://sourceforge.netfbd2721e4bca8e361250ab7ec28caac526129430</guid></item><item><title>Option_comment_Example modified by Larry Jordan</title><link>https://sourceforge.net/p/csv2odf/wiki/Option_comment_Example/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -2,10 +2,6 @@

 replace [csv2odf-comment] within the document with &amp;lt;*text*&amp;gt;

-
-**Option -H**
-
-Insert the first csv row into the header.

 **Input** data.csv

@@ -15,42 +11,28 @@

 **Template** template.odt

-{| border="1"
-|+ [csv2odf-comment]
-|-
-! Date
-! Task
-! Minutes
-|-
-| 2000-01-01
-| '''''Dummy'''''
-| 0
-|}
+&lt;table&gt;
+&lt;tr&gt;&lt;td&gt;[csv2odf-comment]&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;Page&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;Title&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;Task&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;Minutes&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;2000-01-01&lt;/td&gt;&lt;td&gt;&lt;b&gt;Dummy&lt;/b&gt;&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;
+&lt;/table&gt;
+

 **Output** output.odt

-{| border="1"
-|+ My Custom Heading
-|-
-! Date
-! Task
-! Minutes
-|-
-| 2011-06-14
-| '''''Sweep floor'''''
-| 30
-|-
-| 2011-06-15
-| '''''Count beans'''''
-| 60
-|-
-| 2011-07-10
-| '''''Pickup chips'''''
-| 45
-|}
+&lt;table&gt;
+&lt;tr&gt;&lt;td&gt;My Custom Heading&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;Page&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;Title&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;Task&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;Minutes&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;2011-06-12&lt;/td&gt;&lt;td&gt;&lt;b&gt;Sweep floor&lt;/b&gt;&lt;/td&gt;&lt;td&gt;30&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;2011-06-15&lt;/td&gt;&lt;td&gt;&lt;b&gt;Count Beans&lt;/b&gt;&lt;/td&gt;&lt;td&gt;60&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;2011-07-10&lt;/td&gt;&lt;td&gt;&lt;b&gt;Pickup chips&lt;/b&gt;&lt;/td&gt;&lt;td&gt;45&lt;/td&gt;&lt;/tr&gt;
+&lt;/table&gt;
+

 The comment was inserted into the document.

 **Command**

- csv2odf --comment="My Custom Heading" data.csv template.odt output.odt
+ csv2odf --comment="My Custom Heading" -S 2 data.csv template.odt output.odt
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Larry Jordan</dc:creator><pubDate>Wed, 21 May 2014 01:03:57 -0000</pubDate><guid>https://sourceforge.net4c5496521f064da56e37f10d95c78752136b8327</guid></item><item><title>Option_comment_Example modified by Larry Jordan</title><link>https://sourceforge.net/p/csv2odf/wiki/Option_comment_Example/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1 +1,56 @@
-**\--comment=**
+--comment=&amp;lt;*text*&amp;gt;
+ 
+replace [csv2odf-comment] within the document with &amp;lt;*text*&amp;gt;
+
+
+**Option -H**
+
+Insert the first csv row into the header.
+
+**Input** data.csv
+
+ 2011-06-14, "Sweep floor", 30
+ 2011-06-15, "Count beans", 60
+ 2011-07-10, "Pickup chips", 45
+
+**Template** template.odt
+
+{| border="1"
+|+ [csv2odf-comment]
+|-
+! Date
+! Task
+! Minutes
+|-
+| 2000-01-01
+| '''''Dummy'''''
+| 0
+|}
+
+**Output** output.odt
+
+{| border="1"
+|+ My Custom Heading
+|-
+! Date
+! Task
+! Minutes
+|-
+| 2011-06-14
+| '''''Sweep floor'''''
+| 30
+|-
+| 2011-06-15
+| '''''Count beans'''''
+| 60
+|-
+| 2011-07-10
+| '''''Pickup chips'''''
+| 45
+|}
+
+The comment was inserted into the document.
+
+**Command**
+
+ csv2odf --comment="My Custom Heading" data.csv template.odt output.odt
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Larry Jordan</dc:creator><pubDate>Wed, 21 May 2014 00:53:40 -0000</pubDate><guid>https://sourceforge.netc01d06f2e0c603fbfd205c0c92ef545ca1752904</guid></item><item><title>Option_comment_Example modified by Larry Jordan</title><link>https://sourceforge.net/p/csv2odf/wiki/Option_comment_Example/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Larry Jordan</dc:creator><pubDate>Tue, 20 May 2014 23:25:31 -0000</pubDate><guid>https://sourceforge.net417fab4129f3e3120ffb33140e2821a777bd82e5</guid></item><item><title>Option_comment_Example modified by Larry Jordan</title><link>https://sourceforge.net/p/csv2odf/wiki/Option_comment_Example/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;strong&gt;--comment=&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Larry Jordan</dc:creator><pubDate>Tue, 20 May 2014 23:25:31 -0000</pubDate><guid>https://sourceforge.net99e820c5c6ae9917cff54df5dff94b3d1a1b3e39</guid></item></channel></rss>