* [BUG] pressing enter with org-src-tab-acts-natively over-intends block
@ 2024-09-25 15:02 Garklein
2024-10-03 17:42 ` Ihor Radchenko
0 siblings, 1 reply; 4+ messages in thread
From: Garklein @ 2024-09-25 15:02 UTC (permalink / raw)
To: emacs-orgmode
Hello,
With `org-src-tab-acts-natively' set to `t', pressing enter in a
source code block adds a newline, then indents every line in the block
by two spaces.
I would expect that it adds a newline and positions my cursor where it
should be with the indentation, without indenting every single other
line in the block.
Thank you,
Garklein
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [BUG] pressing enter with org-src-tab-acts-natively over-intends block
2024-09-25 15:02 [BUG] pressing enter with org-src-tab-acts-natively over-intends block Garklein
@ 2024-10-03 17:42 ` Ihor Radchenko
2024-10-03 20:40 ` Garklein
0 siblings, 1 reply; 4+ messages in thread
From: Ihor Radchenko @ 2024-10-03 17:42 UTC (permalink / raw)
To: garklein97; +Cc: emacs-orgmode
> With `org-src-tab-acts-natively' set to `t', pressing enter in a
> source code block adds a newline, then indents every line in the block
> by two spaces.
>
> I would expect that it adds a newline and positions my cursor where it
> should be with the indentation, without indenting every single other
> line in the block.
See `org-edit-src-content-indentation' and
`org-src-preserve-indentation'.
Not a bug.
Canceled.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [BUG] pressing enter with org-src-tab-acts-natively over-intends block
2024-10-03 17:42 ` Ihor Radchenko
@ 2024-10-03 20:40 ` Garklein
2024-10-12 18:31 ` Ihor Radchenko
0 siblings, 1 reply; 4+ messages in thread
From: Garklein @ 2024-10-03 20:40 UTC (permalink / raw)
To: Ihor Radchenko; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1171 bytes --]
Hi,
`org-edit-src-preserve-indentation' says "the minimum (across-lines)
number of leading whitespace characters are removed from all lines,
and the code block is uniformly indented according to the value of
‘org-edit-src-content-indentation'", but it doesn't seem to be
removing the whitespace, only adding it.
Is there a way to configure this?
Thank you,
Garklein
On Thu, Oct 3, 2024 at 1:41 PM Ihor Radchenko <yantar92@posteo.net> wrote:
>
>
> > With `org-src-tab-acts-natively' set to `t', pressing enter in a
> > source code block adds a newline, then indents every line in the block
> > by two spaces.
> >
> > I would expect that it adds a newline and positions my cursor where it
> > should be with the indentation, without indenting every single other
> > line in the block.
>
> See `org-edit-src-content-indentation' and
> `org-src-preserve-indentation'.
>
> Not a bug.
> Canceled.
>
> --
> Ihor Radchenko // yantar92,
> Org mode contributor,
> Learn more about Org mode at <https://orgmode.org/>.
> Support Org development at <https://liberapay.com/org-mode>,
> or support my work at <https://liberapay.com/yantar92>
[-- Attachment #2: 2024-10-03 16-38-36.mp4 --]
[-- Type: video/mp4, Size: 480962 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [BUG] pressing enter with org-src-tab-acts-natively over-intends block
2024-10-03 20:40 ` Garklein
@ 2024-10-12 18:31 ` Ihor Radchenko
0 siblings, 0 replies; 4+ messages in thread
From: Ihor Radchenko @ 2024-10-12 18:31 UTC (permalink / raw)
To: Garklein; +Cc: emacs-orgmode
Garklein <garklein97@gmail.com> writes:
> `org-edit-src-preserve-indentation' says "the minimum (across-lines)
> number of leading whitespace characters are removed from all lines,
> and the code block is uniformly indented according to the value of
> ‘org-edit-src-content-indentation'", but it doesn't seem to be
> removing the whitespace, only adding it.
It removes whitespace beyond `org-edit-src-content-indentation' (which
is 2 spaces by default).
> Is there a way to configure this?
You can try setting `org-edit-src-content-indentation' to 0.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-10-12 18:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-25 15:02 [BUG] pressing enter with org-src-tab-acts-natively over-intends block Garklein
2024-10-03 17:42 ` Ihor Radchenko
2024-10-03 20:40 ` Garklein
2024-10-12 18:31 ` Ihor Radchenko
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.