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) t
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
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. L
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 changin
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.
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 . . .
>---
>-
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 posted
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
>
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 titl