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,
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
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
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
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
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
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
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
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
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
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:
>
> &
11 matches
Mail list logo