Re: [O] Faster version of org-find-olp

2019-08-16 Thread Adam Porter
I see that using an "inline" attachment was a bad idea. At least, the lists.gnu.org Web UI wraps the lines. Here it is as an "attachment" attachment, in case that helps. #+BEGIN_SRC elisp :results silent (defun org-olp-marker (olp this-buffer unique) "Return a marker pointing to outline

[O] Faster version of org-find-olp

2019-08-16 Thread Adam Porter
Hi, While working on org-recent-headings, I thought I needed a version of org-find-olp that behaved slightly differently, so I wrote a new function. It turned out that I didn't need the new function, but I found that it seems to be much faster than org-find-olp, so it might be worth using in

Re: [O] [PATCH] org.el (org-todo): Respect state argument when called from elisp

2019-08-16 Thread Kyle Meyer
Renato Ferreira writes: > (org-todo): Fast selection should only be shown if a state argument was not > used > * list/org.el (org-todo): Respect argument when called from elisp > when calling from elisp (such as in `org-clock-in'). Thanks for the patch! I hit this earlier today but hadn't yet

Re: [O] NLS/Augment

2019-08-16 Thread Jean Louis
* Carsten Dominik [2019-08-16 23:13]: > > I would like to know if Carsten Dominik came up with idea by > > knowing about Doug Engelbart? > > > > Do you mean with Org-mode in general? No, I learned about Engelbart > later and was amazed. > > Carsten Thanks, good to know if you had inspiration

Re: [O] NLS/Augment

2019-08-16 Thread Carsten Dominik
On Fri, Aug 16, 2019 at 4:59 PM Jean Louis wrote: > * Samuel Wales [2019-08-14 21:57]: > > org-mouse works well for me and i depend on it frequently. > > > > the main thing i am missing in it is the ability to select a todo kw > > for a header. > > > > i use require. i never understood modules

[O] [PATCH] org.el (org-todo): Respect state argument when called from elisp

2019-08-16 Thread Renato Ferreira
(org-todo): Fast selection should only be shown if a state argument was not used * list/org.el (org-todo): Respect argument when called from elisp when calling from elisp (such as in `org-clock-in'). TINYCHANGE --- lisp/org.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

Re: [O] NLS/Augment

2019-08-16 Thread Jean Louis
* Samuel Wales [2019-08-14 21:57]: > org-mouse works well for me and i depend on it frequently. > > the main thing i am missing in it is the ability to select a todo kw > for a header. > > i use require. i never understood modules or their purpose. I would like to know if Carsten Dominik came

Re: [O] NLS/Augment

2019-08-16 Thread Jean Louis
* John Kitchin [2019-08-16 16:15]: > That is the right thing to do I think. The only differences you > should see is when the mouse pointer is over a star in a headline, > it should highlight with a mouse face, and if you click on the > highlighted region it should cycle the headline open and >

Re: [O] NLS/Augment

2019-08-16 Thread John Kitchin
That is the right thing to do I think. The only differences you should see is when the mouse pointer is over a star in a headline, it should highlight with a mouse face, and if you click on the highlighted region it should cycle the headline open and closed. Similarly, the [ ] in a checkbox

Re: [O] NLS/Augment

2019-08-16 Thread Jean Louis
* John Kitchin [2019-08-14 15:53]: > strange. It has always worked fine for me. It turns out in the long run I > don't use it much, C-c C-c does the same thing on check boxes, and speed > commands on headings end up being easier to use for me. YMMV of course. Please tell me how do you use it?

Re: [O] Bug: Description of org agenda columns format in manual not correct/misleading

2019-08-16 Thread Carsten Dominik
It is already in the git master branch. Carsten On Fri, Aug 16, 2019 at 1:46 PM Andrew Francis Swann wrote: > Dear Carsten, > > > > This sounds like a very good solution. I look forward to it being > implemented. > > > > Andrew > > > > -- > > Andrew Swann | Associate Professor | Tel +45 871

Re: [O] Bug: Description of org agenda columns format in manual not correct/misleading

2019-08-16 Thread Andrew Francis Swann
Dear Carsten, This sounds like a very good solution. I look forward to it being implemented. Andrew -- Andrew Swann | Associate Professor | Tel +45 871 55767 | sw...@math.au.dk | http://home.math.au.dk/swann/ | Department of Mathematics, Aarhus University, Ny

Re: [O] Insert subheading at top respect content

2019-08-16 Thread Carsten Dominik
On Fri, Aug 16, 2019 at 10:21 AM Nathan Neff wrote: > Hello all, > > Something that's eluded me all this time has been an > "Insert subheading, after the content, but before other subheadings" > > For example: > If my cursor is anywhere between lines 1 and 4, I would like the subheading > to be

[O] Insert subheading at top respect content

2019-08-16 Thread Nathan Neff
Hello all, Something that's eluded me all this time has been an "Insert subheading, after the content, but before other subheadings" For example: If my cursor is anywhere between lines 1 and 4, I would like the subheading to be inserted at line 5. 1* Heading :PROPERTIES:... 2 Some content 3

Re: [O] Bug: Description of org agenda columns format in manual not correct/misleading

2019-08-16 Thread Carsten Dominik
Hi, On Thu, Aug 15, 2019 at 9:50 AM Fraga, Eric wrote: > On Wednesday, 14 Aug 2019 at 15:57, Nick Dokos wrote: > > "Fraga, Eric" writes: > > > >> I have this setting in my Emacs initialization: > >> > >> (setq org-agenda-overriding-columns-format "%5TODO %TIMESTAMP %40ITEM > %LOCATION %TAGS")

Re: [O] RFC: changes to the way prefix arguments work for the command org-todo

2019-08-16 Thread Carsten Dominik
I have pushed these changes now. Carsten On Tue, Aug 13, 2019 at 10:24 AM Carsten Dominik wrote: > Hi, > > I have been looking at the code for the command org-todo in combination > with the setting of the variable org-use-fast-todo-selection. And I am > frustrated with the complication and