bug#52341: Fwd: 29.0.50; org-priority 'SPC to remove' doesn't work

2021-12-07 Thread Kyle Meyer
Robert Pluim writes: >> On Mon, 06 Dec 2021 20:48:46 -0500, Kyle Meyer said: > Kyle> Right, this stems from org-priority feeding " " to string-to-number > and > Kyle> ending up with 0 instead of the ?\s (32) that's used downstream to > Kyle> signal "remove". The problem goes

Re: [BUG] Plain capture template clocks into following headline instead of given olp [9.5.1 (release_9.5.1-15-gdb4805 @ /usr/share/emacs/29.0.50/lisp/org/)]

2021-12-07 Thread Ihor Radchenko
Colin Baxter  writes: > If you get no response on this org-mode list, perhaps re-submit it as a > normal emacs bug (M-x report-emacs-bug ). That's not a good idea. org-mode related staff is just forwarded back to this list (but not even always). Just wait a bit until someone get free time to

Re: [BUG] Plain capture template clocks into following headline instead of given olp [9.5.1 (release_9.5.1-15-gdb4805 @ /usr/share/emacs/29.0.50/lisp/org/)]

2021-12-07 Thread Colin Baxter 
Hello Michael, > Michael Eliachevitch writes: > Hello Colin, >> This is amazing. I have run into exactly the same problem. I was >> wondering whether to report it! >> >> Oh, and I can reproduce the bug with your ECM. > Glad that I'm not alone. When you say you ran

[BUG] `org-fill-paragraph' doesn't respect formatting

2021-12-07 Thread Tor Kringeland
Applying `org-fill-paragraph' to /e.g./ /Some text./ Some more text. when `sentence-end-double-space' is t removes the double space to a single space. The same happens with other formatting like *bold* and _underline_. In other instances it is more context aware. /E.g./ applying it to

Re: From macros to elisp programming?

2021-12-07 Thread Eduardo Ochs
Hi Ypo! You may find this useful too. I often use it when I want to put editing commands in my functions and I'm in a hurry and not in a mood to find their names - so for example I use (eek "C-l") instead of (recenter-top-bottom), or (eek " C-a C-SPC M-w C-y") to duplicate the line above the

Re: [BUG] Plain capture template clocks into following headline instead of given olp [9.5.1 (release_9.5.1-15-gdb4805 @ /usr/share/emacs/29.0.50/lisp/org/)]

2021-12-07 Thread Michael Eliachevitch
Hello Colin, This is amazing. I have run into exactly the same problem. I was wondering whether to report it! Oh, and I can reproduce the bug with your ECM. Glad that I'm not alone. When you say you ran into this, is this something that appeared to you in a recent org-version for existing

Re: From macros to elisp programming?

2021-12-07 Thread Marcin Borkowski
On 2021-12-06, at 23:10, Tim Cross wrote: > It is difficult to recommend resources as a lot depends on your own > experience, what level you want to dive into and what you want to be > able to do. There is a big difference in knowing enough emacs lisp to > tweak your Emacs configuration and

bug#45915: 28.0.90; deletechar distorts org-table

2021-12-07 Thread Tak Kunihiro
I confirm that there still is the problem with org-table on Emacs 28.0.90 pretest with org-version 9.5.1. Here is a recipe to reproduce the problem. I still have to stick to 26.3. 1. emacs -Q 2. (defun emacs-bug-reproduce-45915 () ...) 3. (call-interactively 'emacs-bug-reproduce-45915)

Re: Concrete suggestions to improve Org mode third-party integration :: an afterthought following Karl Voit's Orgdown proposal

2021-12-07 Thread Vincent Breton
Hi, Org mode needs to have his pdf  documentation on the official web page of documentation :  https://www.gnu.org/software/emacs/manual/org.html How much time for example to copy  http://www.presentiel.com/org/org.pdf file  on the official web site for gnu documentation, or if you prefer to

[BUG] Plain capture template clocks into following headline instead of given olp [9.5.1 (release_9.5.1-15-gdb4805 @ /usr/share/emacs/29.0.50/lisp/org/)]

2021-12-07 Thread Michael Eliachevitch
Hello, I found a potential bug in org which I can reproduce with a minimal configuration. I added some org-capture templates purely for clocking into tasks via the capture-menu. These capture templates are for things I want to time-track but don't want to create a special entry for (like

bug#52341: Fwd: 29.0.50; org-priority 'SPC to remove' doesn't work

2021-12-07 Thread Robert Pluim
> On Mon, 06 Dec 2021 20:48:46 -0500, Kyle Meyer said: Kyle> Right, this stems from org-priority feeding " " to string-to-number and Kyle> ending up with 0 instead of the ?\s (32) that's used downstream to Kyle> signal "remove". The problem goes back to when support for numeric

Re: Handling conversion of fields with spaces to tables

2021-12-07 Thread Eric S Fraga
On Tuesday, 7 Dec 2021 at 08:09, Loris Bennett wrote: > However, I can just pipe the output through 'sed' to get one at the > beginning, so all is well. Excellent! sed is one of the most underrated tools in our arsenal and actually highlights the great thing about org being all about text. --

Re: From macros to elisp programming?

2021-12-07 Thread Ypo
Obrigado, Eduardo! I didn't know that command: "setq last-kbd-macro" and probably it will be useful with elmacro too. (outline-next-visible-heading) ;; C-c C-n I save your instructions to my notes to use them :-) Saúde! El 07/12/2021 a las 3:11, Eduardo Ochs escribió: On Mon, 6 Dec 2021

Re: [BUG] Plain capture template clocks into following headline instead of given olp [9.5.1 (release_9.5.1-15-gdb4805 @ /usr/share/emacs/29.0.50/lisp/org/)]

2021-12-07 Thread Colin Baxter 
Hello Michael, > Michael Eliachevitch writes: > Hello, I found a potential bug in org which I can reproduce with a > minimal configuration. > I added some org-capture templates purely for clocking into tasks > via the capture-menu. These capture templates are for things I

Re: examples for org-manual

2021-12-07 Thread Ihor Radchenko
brownexitus via "General discussions about Org-mode." writes: > The org-manual could use more practical examples, in my opinion. > How does one submit suggestions/edits? Thanks for the interest in improving the manual! The contribution to manual are done same way as any other contribution - you