Re: [NTG-context] mail merge in mkiv?

2014-11-10 Thread Pablo Rodriguez
On 11/10/2014 12:17 AM, Jaroslav Hajtmar wrote: > Hello Pablo. > Here is example of add days in Lua: > > \startluacode > x=5 -- add five days > tex.print ('Actual date is :'..os.date('%d.%m.%Y')..'\\crlf') > tex.print ( 'And x days added date is :'.. os.date('%d.%m.%Y',os.time()+ > x * 24 * 3600)

Re: [NTG-context] mail merge in mkiv?

2014-11-09 Thread Keith Schultz
Hello Jaraslav, You might be willing to wikify it. I would be helpful for others. regards Keith > Am 09.11.2014 um 15:59 schrieb Jaroslav Hajtmar : > > Hello Pablo. > The module I created about before 4 years ago, when I wanted to learn to > program in Lua. Therefore, I think that my m

Re: [NTG-context] mail merge in mkiv?

2014-11-09 Thread Jaroslav Hajtmar
Hello Pablo. Here is example of add days in Lua: \startluacode x=5 -- add five days tex.print ('Actual date is :'..os.date('%d.%m.%Y')..'\\crlf') tex.print ( 'And x days added date is :'.. os.date('%d.%m.%Y',os.time()+ x * 24 * 3600)) \stopluacode Jaroslav Hajtmar Dne 9.11.2014 22:49, Pabl

Re: [NTG-context] mail merge in mkiv?

2014-11-09 Thread Pablo Rodriguez
On 11/09/2014 03:59 PM, Jaroslav Hajtmar wrote: > Hello Pablo. > The module I created about before 4 years ago, when I wanted to learn to > program in Lua. Therefore, I think that my module is too rudimentary and > not quite optimized. Unfortunately, since I do not now use much Lua, so > I dare

Re: [NTG-context] mail merge in mkiv?

2014-11-09 Thread Jaroslav Hajtmar
Hello Pablo. The module I created about before 4 years ago, when I wanted to learn to program in Lua. Therefore, I think that my module is too rudimentary and not quite optimized. Unfortunately, since I do not now use much Lua, so I dare not reasonably somehow finish. Before inclusion in third

Re: [NTG-context] mail merge in mkiv?

2014-11-08 Thread Pablo Rodriguez
On 11/07/2014 12:44 PM, Jaroslav Hajtmar wrote: > Hello Pablo. > > Here is the solution of your minimal example: > http://public.hajtmar.com/?cesta=JRsVFQdsJhwoWyAdFwQROwZWBFkwERgeFzAEJjMbLSYcKAAcHxYUAS8XVkIkIhAVHyYsFgsZEzYXAw > > Examples of more complex and comprehensive application of my > t

Re: [NTG-context] mail merge in mkiv?

2014-11-07 Thread Jaroslav Hajtmar
Hello Pablo. Here is the solution of your minimal example: http://public.hajtmar.com/?cesta=JRsVFQdsJhwoWyAdFwQROwZWBFkwERgeFzAEJjMbLSYcKAAcHxYUAS8XVkIkIhAVHyYsFgsZEzYXAw Examples of more complex and comprehensive application of my t-scancsv.lua mudule are available at: http://public.hajtmar.

Re: [NTG-context] mail merge in mkiv?

2014-11-06 Thread Pablo Rodriguez
On 11/05/2014 04:42 PM, Jaroslav Hajtmar wrote: > Hello Pablo. > I do very often mailmerge using ConTeXt. I do it with my lua library and > data in my external CSV file. Unfortunately I do not have a manual to > the my lua library. If you send me a minimal example of how you imagine > it, I'll s

Re: [NTG-context] mail merge in mkiv?

2014-11-05 Thread Jaroslav Hajtmar
Hello Pablo. I do very often mailmerge using ConTeXt. I do it with my lua library and data in my external CSV file. Unfortunately I do not have a manual to the my lua library. If you send me a minimal example of how you imagine it, I'll send you back solving and my lualibrary too... Jaroslav

Re: [NTG-context] mail merge in mkiv?

2014-11-03 Thread Aditya Mahajan
BTW, searching for "merge" at the wiki, I found http://wiki.contextgarden.net/An_Update_On_Essential_Elements_In_how_can_i_merge_google_plus_and_facebook, which seems spam to me. Thanks. Deleted. There have been quite a few such pages created recently. Perhaps, our spam detection algorithm whe

[NTG-context] mail merge in mkiv?

2014-11-03 Thread Pablo Rodriguez
Dear list, I would like to be able to use ConTeXt at work for mail merging. The issue here is that I don’t have any clue on how to do it with MKIV. I don’t even know whehter this is possible at all. BTW, searching for "merge" at the wiki, I found http://wiki.contextgarden.net/An_Update_On_Essenti