[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Custom function for killing the thing at point
From: |
Ihor Radchenko |
Subject: |
Re: Custom function for killing the thing at point |
Date: |
Sat, 14 Aug 2021 22:09:24 +0800 |
John Kitchin <jkitchin@andrew.cmu.edu> writes:
> alternatively, fall back to org-mark-element. I am not sure what
> differences in what you are trying to achieve and this are, but this should
> cover all org elements:
Sounds more reasonable as a default. (org-mark-element) will mark
everything including affiliated keywords and post-blank empty lines.
(:begin .. :end) will not include the affiliated keywords and extra
blank lines.
Best,
Ihor