Re: [GNC] I just need a line feed

2019-02-08 Thread Geert Janssens
Op donderdag 7 februari 2019 23:15:18 CET schreef David Carlson: > I am faced with inserting linefeeds into OFX files at certain critical > locations to make them more palatable to libofx. In that context I have > found that I can open them with LibreOffice, turn on Formatting Marks (Ctrl > F10)

Re: [GNC] I just need a line feed

2019-02-07 Thread Richard Marmor
Thank you for the prompt reply! It worked! After a couple of failed tries, I found that it works if the is inserted inside of the closing quotes: (string-append "%s %s " Much appreciated. At 01:45 PM Thursday, Derek Atkins wrote: Content-Transfer-Encoding: 8bit

Re: [GNC] I just need a line feed

2019-02-07 Thread David Carlson
I am faced with inserting linefeeds into OFX files at certain critical locations to make them more palatable to libofx. In that context I have found that I can open them with LibreOffice, turn on Formatting Marks (Ctrl F10) then place the curser wherever I want a linefeed and press Shift-Enter.

Re: [GNC] I just need a line feed

2019-02-07 Thread Derek Atkins
Hi, On Thu, February 7, 2019 3:51 pm, Stephen M. Butler wrote: > > I'm slowly learning Scheme.  I general a is a decimal 10 or 0x0A in > the ASCII collating sequence.  In the Nix world you can use an \n to > represent it. This wont help because it's being parsed by an HTML parser. > Try

Re: [GNC] I just need a line feed

2019-02-07 Thread Derek Atkins
Hi, On Thu, February 7, 2019 3:47 pm, Steve Cohen wrote: > I'm not a developer of gnucash so take this with a grain of salt, but > putting a '\n' where you want the line feed might work. If you're on > windows, you might need to do '\n\r'. Try it, maybe it's a help to you, > but no guarantees.

Re: [GNC] I just need a line feed

2019-02-07 Thread Stephen M. Butler
On 2/7/19 12:34 PM, Richard Marmor wrote: >On 1/27 I posted the request for help below to which there have been >no replies. Is there no one out there who understands .SCM files? >Help . . . >--- >

Re: [GNC] I just need a line feed

2019-02-07 Thread Steve Cohen
I'm not a developer of gnucash so take this with a grain of salt, but putting a '\n' where you want the line feed might work. If you're on windows, you might need to do '\n\r'. Try it, maybe it's a help to you, but no guarantees. On 2/7/19 2:34 PM, Richard Marmor wrote: On 1/27 I

Re: [GNC] I just need a line feed

2019-02-07 Thread Derek Atkins
Hi, On Thu, February 7, 2019 3:34 pm, Richard Marmor wrote: [snip] >(gnc:html-document-set-title! > doc (sprintf #f > (string-append "%s %s " <-- add here > (_ "For Period Covering %s to %s")) > company-name report-title >

[GNC] I just need a line feed

2019-02-07 Thread Richard Marmor
On 1/27 I posted the request for help below to which there have been no replies. Is there no one out there who understands .SCM files? Help . . . --- -- In Gnucash 2.6.21, the standard report