Submitted by Armando on 2009/09/14 18:59
A nice "how to" would be good. I don't think there's one but I might be mistaken.
 
According to the popup in the dialog, one only needs to create an HTML document (with MS word or whatever...), or just using the text box, placing the fields one wants to appear between "{ }":
 
Something like that (very basic) should work, I guess -- but I'm quite ignorant :
 
=============================

Title : {item}

Order : {Order}
Project : {project}
Prio. : {ABCD_priority}
Urgency : {Urgency}
Due Date : {DueDate}
Categories : {WIKITag}
 
=============================
 
But it doesn't.... On export, the only filled space are the {item} and {order} fields. What am I doing wrong ?

Comments

Armando

2009/09/14 23:30

In reply to by Pierre_Admin

That's great ! Thanks.

Armando

2009/09/15 00:25

In reply to by Armando

OK... I'm ashamed of myself... I used MS word (saved as HTML document) to do that. This fails miserably...
That was the problem. When I used a normal WYSIWYG "HTML editor", it worked perfectly.

Pierre_Admin

2009/09/15 08:20

In reply to by Armando

It is possible to use MS Word and can be used to create excellent looking templates... (ugly HTML code, but good looking)
  1. What issue did you run into?
 

Armando

2009/09/15 20:02

In reply to by Pierre_Admin

Yes... weird that the MS Word template didn't work...
 
It's exactly like that I explained in the first post.
 
 
> [...] On export, the only filled space are the {item} and {order} fields. [...]
 
 
 
Here, I tried again (recreated a template in Word).
This is what I get, exporting a contact (using a template made with MS Word) :
 

=============================

 

TEST TEMPLATE

 

Title : Alex

Project : tgsPtral tgsPMES tgsPCiGe

Order :

 

Prio. : {ABCD_priority}

Urgency :

Due Date : {DueDate}

Categories : {WIKITag}

 

========================================

 

 

Now same template (pretty much -- fonts etc. is slightly different... ) but made with an WYSIWYG HTML editor :

 

==========================

TEST TEMPLATE

Title : Alex
 

Project : tgsPtral tgsPMES tgsPCiGe
Order :
 

Prio. :
Urgency :
Due Date :
Categories : tgsPAmPr tgsPai tgsPthée tgsPMST

==========================