Re: Printing in LEO

2018-01-23 Thread Edward K. Ream
On Mon, Jan 22, 2018 at 7:32 PM, Ben wrote: > How can I print an outline as an outline? I use LEO to organize my > stories and plots, (I’m a writer) and it has cut down tremendously in the > amount of files and data the I have on my computer. The only problem is > that I

Printing in LEO

2018-01-23 Thread Ben
How can I print an outline as an outline? I use LEO to organize my stories and plots, (I’m a writer) and it has cut down tremendously in the amount of files and data the I have on my computer. The only problem is that I can’t print out the outlines directly from leo into paper or export it to

Re: Jake Peck: 8e54e1a moves printing commands into Leo's core

2015-04-22 Thread Edward K. Ream
the p.script property.​ ​ The way Qt handles printing is to send an HTML document to the print dialog. The non *-html commands wrap whatever you've chosen in some HTML wrapper code, and make it monospaced. The *-html commands assume whatever you are printing is a valid, complete HTML document, without

New post on the leoblog: Custom printing with printing.py

2013-09-20 Thread Jacob Peck
Hi all, Just posted an article that I've been meaning to write for... months now. Yeesh. It *should* be available here soon: http://leo-editor.github.io/custom_printing.html It's available now on the front page (http://leo-editor.github.io/), but it takes github a few minutes to populate

Re: New post on the leoblog: Custom printing with printing.py

2013-09-20 Thread Jacob Peck
On 9/20/2013 9:57 AM, Jacob Peck wrote: Hi all, Just posted an article that I've been meaning to write for... months now. Yeesh. It *should* be available here soon: http://leo-editor.github.io/custom_printing.html It's available now on the front page (http://leo-editor.github.io/), but

Re: New post on the leoblog: Custom printing with printing.py

2013-09-20 Thread Edward K. Ream
On Friday, September 20, 2013 8:57:32 AM UTC-5, Jacob Peck wrote: Just posted...http://leo-editor.github.io/custom_printing.html Excellent! I suggest putting this link in the docstring for printing.py. Edward -- You received this message because you are subscribed to the Google Groups

Re: New post on the leoblog: Custom printing with printing.py

2013-09-20 Thread Jacob Peck
for printing.py. Edward Done in rev 6014. Also added a small section on custom printing in general, suggesting using Terry's richtext.py along with print-preview-selected-node-body-html (what it really was designed for...). --Jake -- You received this message because you are subscribed

Re: Printing?

2013-02-25 Thread Edward K. Ream
On Fri, Feb 22, 2013 at 12:15 PM, Jacob Peck gatesph...@gmail.com wrote: Hello all, Is there a way to print a node/outline with Leo? As in, to an actual printer? Not yet. As a workaround, you can use the flatten-outline command to create a text file, then print the text file. Terry's

Re: Printing?

2013-02-25 Thread Jacob Peck
Filed Bug #1132804. Can't change it to wishlist though - a project maintainer needs to do that... --Jake On 2/25/2013 8:41 AM, Edward K. Ream wrote: On Fri, Feb 22, 2013 at 12:15 PM, Jacob Peck gatesph...@gmail.com mailto:gatesph...@gmail.com wrote: Hello all, Is there a way to

Re: Printing?

2013-02-25 Thread Edward K. Ream
On Mon, Feb 25, 2013 at 8:00 AM, Jacob Peck gatesph...@gmail.com wrote: Filed Bug #1132804. Can't change it to wishlist though - a project maintainer needs to do that... Thanks for filing the bug. I've changed it to a wishlist. Edward -- You received this message because you are

Printing?

2013-02-22 Thread Jacob Peck
Hello all, Is there a way to print a node/outline with Leo? As in, to an actual printer? If so, I must be missing something... Thanks, --Jake -- You received this message because you are subscribed to the Google Groups leo-editor group. To unsubscribe from this group and stop receiving

Re: Printing?

2013-02-22 Thread Terry Brown
On Fri, 22 Feb 2013 10:15:53 -0800 (PST) Jacob Peck gatesph...@gmail.com wrote: Hello all, Is there a way to print a node/outline with Leo? As in, to an actual printer? If so, I must be missing something... File - Export - Show node as HTML will open it in a browser, but it doesn't

Re: Printing?

2013-02-22 Thread Terry Brown
On Fri, 22 Feb 2013 10:15:53 -0800 (PST) Jacob Peck gatesph...@gmail.com wrote: Is there a way to print a node/outline with Leo? As in, to an actual printer? If so, I must be missing something... p.s. perhaps you could open a with list item for this

Re: Printing?

2013-02-22 Thread SegundoBob
Terry and Jacob, On Feb 22, 10:45 am, Terry Brown terry_n_br...@yahoo.com wrote: On Fri, 22 Feb 2013 10:15:53 -0800 (PST) File - Export - Show node as HTML will open it in a browser, but it doesn't include the body text, only the headlines.  You can print from the browser. You must enable

Re: leo stops responding after printing 200 lines

2009-04-30 Thread Jesse Aldridge
Ok, I've pushed this fix to a branch: https://code.launchpad.net/~jessealdridge/leo-editor/buffered-es Not sure if I did it right. Is it supposed to take over 30 minutes when uploading for the first time? Seems like that would discourage uploading branches... Maybe Leo has some cruft that

Re: leo stops responding after printing 200 lines

2009-04-29 Thread Jesse Aldridge
Ok, I'm trying to apply this patch myself, and can't for the life of me figure out how to do it. I'm using Windows Vista. I tried bzr patch filename. But I got an error message. After googling I saw I needed to download gnu patch and add it to the path. I did that. Now I keep getting: bzr:

Re: leo stops responding after printing 200 lines

2009-04-29 Thread Jesse Aldridge
patch -p0 es.patch If I run that from powershell I get: The redirection operator '' is not supported yet. If I run from the normal command window, I first get a popup message asking for permission. I click allow. Then I get a blank console window and nothing happens.

Re: leo stops responding after printing 200 lines

2009-04-29 Thread Jesse Aldridge
I turned off UAC and it works. Well, it runs at least. I see pasting into Google Groups messed up the patch with line breaks. Fixing those I get another error... missing header for unified diff at line 120 of patch. I'll try some more later...

Re: leo stops responding after printing 200 lines

2009-04-29 Thread Ville M. Vainio
On Wed, Apr 29, 2009 at 12:13 PM, Jesse Aldridge jessealdri...@gmail.com wrote: I turned off UAC and it works.  Well, it runs at least.  I see pasting into Google Groups messed up the patch with line breaks.  Fixing those I get another error...  missing header for unified diff at line 120 of

Re: leo stops responding after printing 200 lines

2009-04-28 Thread Jesse Aldridge
Here's an improved version of the patch. - It uses the idle hook instead of QTimer - The buffer will flush either on the idle hook or when 10 messages are in the buffer. This is a compromise between the real-time, performance intensive updating of the old es, and the delayed, but more

Re: leo stops responding after printing 200 lines

2009-04-27 Thread Jesse Aldridge
I modified g.es to automatically handle the accumulation of calls. Every time you call it, the args and kwargs are added to a buffer and a QTimer is set. When the QTimer goes off, the buffered es calls are concat'ed together and sent as one call. It makes my posted example work in its original

Re: leo stops responding after printing 200 lines

2009-04-15 Thread Edward K. Ream
On Tue, Apr 14, 2009 at 11:26 PM, Jesse Aldridge jessealdri...@gmail.comwrote: If you make a loop that prints to the log file, and then click after about 200 lines have been printed, Leo stops responding until the loop finishes. This is on Windows Vista with the qt gui. Here's a demo file.

leo stops responding after printing 200 lines

2009-04-14 Thread Jesse Aldridge
If you make a loop that prints to the log file, and then click after about 200 lines have been printed, Leo stops responding until the loop finishes. This is on Windows Vista with the qt gui. Here's a demo file. Click the button. Then click anywhere after it hits 200.

Re: Printing a .leo file / export to html

2008-05-05 Thread Kayvan A. Sylvan
On Mon, May 05, 2008 at 03:15:49PM +0300, Ville M. Vainio wrote: I don't have plugins menu automatically, but opening leoSettings.leo brought it up... Hmmm... So you must have a bad @enabled-plugins in your myLeoSettings Compare against the one in LeoSettings and set it up accordingly.

Re: Printing a .leo file / export to html

2008-05-05 Thread Ville M. Vainio
On Mon, May 5, 2008 at 11:53 PM, Kayvan A. Sylvan [EMAIL PROTECTED] wrote: Hmmm... So you must have a bad @enabled-plugins in your myLeoSettings Compare against the one in LeoSettings and set it up accordingly. Yeah, that worked. I always forget that @enabled-plugins are not loaded