Hi Nicolas,

With regards to the discussion below, if I 'set org-list-ending-method to 'regex, it seems to get confused if there is a drawer between the headline and the first line of text, so pressing TAB with the cursor at the vertical bar in this example:

---->8-------
** Headline
:PROPERTIES:
:FOO: Bar
:END:
|
---->8-------

Does not indent to the position under the "H" in the headline. The TAB key silently does nothing. Same effect with the properties drawer folded. Is it possible to indent correctly, ignoring the drawer?

Thanks,

  -Anthony

On 10-Oct-26, at 6:58 AM, Nicolas Goaziou wrote:

Hello,
Rainer Stengele writes:

Sometime I do save some an email body text under an org item.
Pasting the text under "item" leads to

* heading
 - item
E-Mail body text line1
E-Mail body text line2
...

Now I cannot use C-j of course. How do I easily get

* heading
 - item
   E-Mail body text line1
   E-Mail body text line2
   ...

There is no way for Org to guess what you have in mind here (and this
is why I don't like that much the "indent" method in
`org-list-ending-method').

In your situation, I would use C-x r o with an adequate rectangle
selection. After all, we are _also_ in Emacs.

Regards,

-- Nicolas

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

                


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to