Tavis Ormandy
Tavis Ormandy
Here is what I mean: 1. Create a named range, say `D1..D5` and call it `TEST`. 2. Go to A1 and enter +, then move the pointer to `D1`, press...
Ahh, I see what you mean! Hmm, okay, let me look at the code and see if maybe we can add this. I think maybe a new attribute might work...
Do you have an example file I can look at? I think PIC might be another name for CGM, which is what this version of 1-2-3 generates. The only program...
What output are you seeing? Here is what I see: ``` $ ledger expr 'post.all(print(account), null)' ... Expenses:Books Liabilities:MasterCard true ``` Notice that there are two accounts listed, `Expenses:Books` and...
Sort of, there was a version of it released for Xenix but not Linux. It should be possible to port that to Linux, but I haven't done that - it's...
Oh yes, you can use the DOS (or Xenix) version if you want to experiment as @emendelson says - the output should work on Linux!
You just `apt install wpd2odt` on Linux, couldn't be easier - maybe I'll get you to switch to Linux one day 😀
Do you have an example text file? You can use iconv to make it plain ascii, e.g. `iconv -f UTF-8 -t ASCII//TRANSLIT < in > out.txt`, which will import easily....
Any UTF-8 encoded punctuation that isn't in ASCII will not be interpreted correctly -- there's no logic in WordPerfect to handle that. It might work if you paste it instead...
Hmm, what bash version and distribution is this? It's supposed to search through just the loaded objects to see if they have any debugging information, and then see if there...