b8242d2: clone-find commands now sort their results

2017-11-21 Thread Edward K. Ream
Earlier today I realized that the first thing I do after doing a clone-find command is to sort the resulting cloned nodes. Indeed, the original order means nothing. Happily, only one line of code was required, and all appears to be working well. Edward -- You received this message because

Re: Basic concepts of using Leo to organise a python program

2017-11-21 Thread Edward K. Ream
On Tue, Nov 21, 2017 at 9:21 AM, Edward K. Ream wrote: > On Tue, Nov 21, 2017 at 5:45 AM, lewis wrote: > >> I have been searching Leo documentation for a simple guide to using Leo >> and to write python files but it seems to have disappeared or my

Re: Leo's bug tracker appears to be messed up

2017-11-21 Thread Edward K. Ream
On Tue, Nov 21, 2017 at 11:19 AM, Terry Brown wrote: My bad, please ignore #588, I've tried to make it go away. > ​That's good news. I had visions of someone hacking Google Groups or the Google ​issue tracker. Edward -- You received this message because you are

Re: viewrendered fails to load

2017-11-21 Thread Terry Brown
On Tue, 21 Nov 2017 09:46:37 -0800 (PST) Josef wrote: > Hi Terry, that's easy: nothing shows up in the log. > > To be sure I put this into the log: > > import leo.plugins.viewrendered > g.es('done') > > The output is "done", nothing else. Ok, thanks, I think that implies it's

Re: viewrendered fails to load

2017-11-21 Thread Josef
Hi Terry, that's easy: nothing shows up in the log. To be sure I put this into the log: import leo.plugins.viewrendered g.es('done') The output is "done", nothing else. - Josef On Monday, November 20, 2017 at 4:34:47 PM UTC+1, Terry Brown wrote: > > On Mon, 20 Nov 2017 06:44:35 -0800 (PST) >

Re: Leo's bug tracker appears to be messed up

2017-11-21 Thread Terry Brown
On Tue, 21 Nov 2017 09:05:11 -0800 (PST) "Edward K. Ream" wrote: > Somehow #587 and #588 have the same title and labels. I doubt that > Terry did this on purpose. > > For now, let's be wary of creating comments and issues. My bad, please ignore #588, I've tried to make it

Leo's bug tracker appears to be messed up

2017-11-21 Thread Edward K. Ream
Somehow #587 and #588 have the same title and labels. I doubt that Terry did this on purpose. For now, let's be wary of creating comments and issues. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and

Re: ENB: Completing #578: support for org-mode tags

2017-11-21 Thread Edward K. Ream
On Tue, Nov 21, 2017 at 10:34 AM, Edward K. Ream wrote: Unless I hear objections, I am going to comment out the code in the org > mode reader and writer that inserts or delete tags. > ​Done at fde1e6. ### marks all changes. I'll be happy to reinstate the code if that's what

Re: ENB: Completing #578: support for org-mode tags

2017-11-21 Thread Edward K. Ream
On Tuesday, November 21, 2017 at 9:46:12 AM UTC-6, Edward K. Ream wrote: I'll play with declutter today. If it works as I expect it will I'll remove > all the code affected by deleting org-mode tags. > This is the first time I have used declutter, and I think this is going to handle org-mode

Re: ENB: Completing #578: support for org-mode tags

2017-11-21 Thread Edward K. Ream
On Tue, Nov 21, 2017 at 9:46 AM, Edward K. Ream wrote: automatically stripping org-mode tags has several nasty aspects: > ​And one more: 4. Unit tests must be aware of the setting. Edward -- You received this message because you are subscribed to the Google Groups

ENB: Completing #578: support for org-mode tags

2017-11-21 Thread Edward K. Ream
In keeping with the idea of limiting discussion within issues themselves, I'd like to discuss the present status of the *closed* issue #578: Support for org-mode tags on impor t. We can probably keep the issue closed, even while I tweak the

Re: Tweaked tags plugin for leo_cloud support

2017-11-21 Thread Edward K. Ream
On Tuesday, November 21, 2017 at 9:26:26 AM UTC-6, Terry Brown wrote: > > https://github.com/leo-editor/leo-editor/commit/fec44e0 > casts tags to sets in case the subtree was stored in the cloud via > leo_cloud, which stores v.uA as JSON, which can't represent sets. > > I don't think this

Tweaked tags plugin for leo_cloud support

2017-11-21 Thread Terry Brown
https://github.com/leo-editor/leo-editor/commit/fec44e0 casts tags to sets in case the subtree was stored in the cloud via leo_coud, which stores v.uA as JSON, which can't represent sets. I don't think this will have any impact, but just pointing it out in case anyone notices anything. Cheers

Re: Basic concepts of using Leo to organise a python program

2017-11-21 Thread Edward K. Ream
On Tue, Nov 21, 2017 at 5:45 AM, lewis wrote: > I have been searching Leo documentation for a simple guide to using Leo > and to write python files but it seems to have disappeared or my memory is > awry. > In the FAQ http://leoeditor.com/FAQ.html > "What’s the best way

Basic concepts of using Leo to organise a python program

2017-11-21 Thread lewis
I have been searching Leo documentation for a simple guide to using Leo and to write python files but it seems to have disappeared or my memory is awry. In the FAQ http://leoeditor.com/FAQ.html "What’s the best way to learn to use Leo?" at section: If you intend to use Leo for programming, read