missing from the manual

2022-12-23 Thread Peter Mao
Dear maintainers, The following commands are missing from the manual! org-forward-element org-backward-element These two should be mentioned in the manual in section 2.3 "Motion" I just found them via the *HELP* page for org mode (by accident). I thought nothing like them existed in org mode,

Re: missing from the manual

2022-12-25 Thread Peter Mao
Also, it moves you to an outer level if you are at an end. For my own use, because I want the command to treat the first item in a list the same way as the others (when moving forward), I tweaked org-forward-element from (let* ((elem (org-element-at-point)) to: (let* ((elem (progn

Re: missing from the manual - move commands

2022-12-26 Thread Peter Mao
On Mon, Dec 26, 2022 at 7:03 AM Max Nikulin wrote: > On 24/12/2022 09:43, Peter Mao wrote: > > The following commands are missing from the manual! > > > > org-forward-element > > org-backward-element > > I think, the manual was written with assumption that Emacs

org-noter

2023-03-11 Thread Peter Mao
Dear Org maintainers: I don't think org-noter is part of any official org distribution, having been a MELPA-distributed package since inception (2017), but in the course of discussing transfer of maintenance duties with Jonas Bernoulli (in his MELPA-maintainer role), he suggested that we inform yo

Re: org-noter

2023-03-12 Thread Peter Mao
r > distribution, issue reporting, etc.? > > Do you have a plan for which fork would become primary? > > > On Sat, Mar 11, 2023, 11:35 PM Peter Mao wrote: > >> Dear Org maintainers: >> >> I don't think org-noter is part of any official org distribution, hav

[BUG] ob-python hangs on second start [9.5.4 (release_9.5.4-763-g06373a @ ~/emacs/org-mode/lisp/)]

2023-08-24 Thread Peter Mao
Expectation: When running ob-python code blocks, I should be able to kill the python session in the *Python* buffer and run another code block (or the same one). Problem: ob-python works fine on the first execution, but after `exit()`ing the python session, it hangs without executing the code. A

Re: [BUG] ob-python hangs on second start [9.5.4 (release_9.5.4-763-g06373a @ ~/emacs/org-mode/lisp/)]

2023-08-27 Thread Peter Mao
On Sun, Aug 27, 2023 at 2:26 PM Jack Kamm wrote: > Ihor Radchenko writes: > > > Confirmed. > > > > It looks like `python-shell-first-prompt-hook' does not get triggered > > in the described scenario with exit() and we enter infinite loop in the > > code below. > > I think `python-shell-first-pro

[BUG] subheadings disappear from buffer [9.6.6 (release_9.6.6 @ /opt/local/share/emacs/29.1/lisp/org/)]

2023-12-04 Thread Peter Mao
This is an incomplete initial bug report. I don't have time right now to chase down all the details. A couple of times in the past month, the subheadings in the org file I'm working on (with lots of org-babel code blocks) disappear. does not fold or unfold those headings, although the indicator

Re: [BUG] subheadings disappear from buffer [9.6.6 (release_9.6.6 @ /opt/local/share/emacs/29.1/lisp/org/)]

2023-12-05 Thread Peter Mao
On Tue, Dec 5, 2023 at 4:27 AM Ihor Radchenko wrote: > Peter Mao writes: > > > This is an incomplete initial bug report. I don't have time right now to > > chase down all the details. > > > > A couple of times in the past month, the subheadings in the org fi

Documentation request

2024-07-20 Thread Peter Mao
The docstrings for org-metadown and org-metaup (and maybe other context-dependent commands) should reference the corresponding hooks, org-metadown-hook and org-metaup-hook. I recently ran into the (happy) situation where M- popped me from an org-babel code block into the corresponding session, but

Re: Documentation request

2024-07-22 Thread Peter Mao
ah, I failed to mention my version number -- 9.6.15 (which ships with Emacs 29.3). If it's complete in the latest version, then that's great -- I can wait for the future to come to me. Peter On Mon, Jul 22, 2024 at 6:43 AM Ihor Radchenko wrote: > Peter Mao writes: > > &