concatenating/converting string variables ?

2013-05-17 Thread Paul Malcolm
excuse me, just a trivial question, but I cannot seem to find the answer. I want to add the date variable to one element of text in my title. I have this in the preamble date = #(strftime %d-%m-%Y (localtime (current-time))) What I want to do is somehow add/concatenate this to a text

Re: concatenating/converting string variables ?

2013-05-17 Thread Jan-Peter Voigt
Hi Paul, Am 17.05.2013 09:45, schrieb Paul Malcolm: excuse me, just a trivial question, but I cannot seem to find the answer. I want to add the date variable to one element of text in my title. I have this in the preamble date = #(strftime %d-%m-%Y (localtime (current-time))) What I want to

Re: concatenating/converting string variables ?

2013-05-17 Thread Nick Payne
On 17/05/13 17:45, Paul Malcolm wrote: excuse me, just a trivial question, but I cannot seem to find the answer. I want to add the date variable to one element of text in my title. I have this in the preamble date = #(strftime %d-%m-%Y (localtime (current-time))) What I want to do is somehow

Re: concatenating/converting string variables ?

2013-05-17 Thread Wim van Dommelen
On 17 May 2013, at 11:47 , Nick Payne wrote: On 17/05/13 17:45, Paul Malcolm wrote: excuse me, just a trivial question, but I cannot seem to find the answer. I want to add the date variable to one element of text in my title. I have this in the preamble date = #(strftime %d-%m-%Y