Re: [O] Sync up the org in emacs master to org maint branch?

2017-01-29 Thread David Engster
John Wiegley writes: >> "KM" == Kaushal Modi writes: > > KM> If we are able the release the new packaging method in emacs 26.x, then we > KM> can remove org from emacs master completely, but if not, then at least as > KM> backup we have a newer org version to go out

Re: [O] Dr Wozniak’s tasklist implementation

2017-01-29 Thread Ramon Diaz-Uriarte
Dear Michal, On Sun, 29-01-2017, at 15:10, Michal Rus wrote: > Hello! > > I’d like to start using dr Wozniak’s tasklist idea [1] in Org. He’s > the original author of spaced repetition and SuperMemo. > [Being nit-picky here: :-) Wozniak is the author of SuperMemo and he has

Re: [O] Dr Wozniak’s tasklist implementation

2017-01-29 Thread Bob Newell
If you don't care about integrating into the agenda, this could be quite easily implemented in an org table.

Re: [O] Sync up the org in emacs master to org maint branch?

2017-01-29 Thread John Wiegley
> "KM" == Kaushal Modi writes: KM> If we are able the release the new packaging method in emacs 26.x, then we KM> can remove org from emacs master completely, but if not, then at least as KM> backup we have a newer org version to go out with that release. For Emacs

Re: [O] Sync up the org in emacs master to org maint branch?

2017-01-29 Thread John Wiegley
> "EZ" == Eli Zaretskii writes: EZ> AFAIR, we have never released a major version so quickly, and I don't see EZ> why this one would be different. A year at least, I'd say, probably more. This was my feeling as well. -- John Wiegley GPG fingerprint = 4710

Re: [O] Dr Wozniak’s tasklist implementation

2017-01-29 Thread John Kitchin
I do not know of anything like this, but it should not be difficult to implement. You could store $ and time as properties in a headline, and then write a custom sort function for use with org-sort-entries that computes the priority and sorts in the direction you want. I do not know how you would

Re: [O] startup with 2 levels of headings shown?

2017-01-29 Thread Eric S Fraga
On Sunday, 29 Jan 2017 at 15:25, Marcin Borkowski wrote: > How about checking out `safe-local-eval-forms'? Ah, of course, I should have know that emacs would have something appropriate! I already have safe-local-variable-values... Thanks, eric -- : Eric S Fraga (0xFFFCF67D), Emacs 26.0.50.1,

[O] bug#25132: 26.0.50; emacs hangs when loading org file with python source blocks

2017-01-29 Thread npostavs
tags 25132 fixed close 25132 25.2 quit npost...@users.sourceforge.net writes: > Dmitry Gutov writes: > >> So, personally, I'd try to fix the particular instance >> first. Switching buffers inside with-silent-modifications is not a >> very common usage, I think. >> >> Maybe

Re: [O] startup with 2 levels of headings shown?

2017-01-29 Thread Marcin Borkowski
On 2017-01-29, at 12:56, Eric S Fraga wrote: > On Friday, 27 Jan 2017 at 20:18, Thierry Banel wrote: > > [...] > >> I have that at the end of the file: >> >> : Local Variables: : >> : coding:utf-8 : >> : eval:(org-shifttab 2) : >> : End:

[O] Dr Wozniak’s tasklist implementation

2017-01-29 Thread Michal Rus
Hello! I’d like to start using dr Wozniak’s tasklist idea [1] in Org. He’s the original author of spaced repetition and SuperMemo. It’s about assigning values ($) and time (hrs) to each task. Then, priorities ($ divided by hrs) can be calculated, and then you do the tasks with the highest

Re: [O] startup with 2 levels of headings shown?

2017-01-29 Thread Eric S Fraga
On Friday, 27 Jan 2017 at 20:18, Thierry Banel wrote: [...] > I have that at the end of the file: > > : Local Variables: : > : coding:utf-8 : > : eval:(org-shifttab 2) : > : End: : Thanks. I do something similar already but I would like to avoid eval

[O] Is there something like ~org-blank-after-new-entry~ for org mode headings?

2017-01-29 Thread Ben
Hi All, There is ~org-blank-before-new-entry~ to insert a blank line before a new entry. But is there a similar variable for adding a blank line after a new entry? It would be useful when inserting an entry between entries. I've asked the question on stackexchange