From: John Kitchin <jkitchin@andrew.cmu.edu>
To: Ihor Radchenko <yantar92@gmail.com>
Cc: org-mode-email <emacs-orgmode@gnu.org>,
Rodrigo Morales <moralesrodrigo1100@gmail.com>
Subject: Re: Custom function for killing the thing at point
Date: Sat, 14 Aug 2021 08:33:02 -0400 [thread overview]
Message-ID: <CAJ51ETp3RDzcTA8wJrxsbt6b8+T07+bBq7snocJ7iiViOYyGBA@mail.gmail.com> (raw)
In-Reply-To: <87o8a07qaj.fsf@localhost>
[-- Attachment #1: Type: text/plain, Size: 924 bytes --]
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:
(defun org-kill-element ()
(interactive)
(org-mark-element)
(call-interactively #'kill-region))
John
-----------------------------------
Professor John Kitchin (he/him/his)
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu
On Fri, Aug 13, 2021 at 9:45 PM Ihor Radchenko <yantar92@gmail.com> wrote:
> Rodrigo Morales <moralesrodrigo1100@gmail.com> writes:
>
> > (t
> > (error "The element at point couldn't be copied.")))
>
> I would fall back to region between :begin and :end of the element.
>
> Also, it might be helpful to print a short message about what element
> have just been copied.
>
> Best,
> Ihor
>
>
[-- Attachment #2: Type: text/html, Size: 1680 bytes --]
next prev parent reply other threads:[~2021-08-14 12:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-13 22:29 Custom function for killing the thing at point Rodrigo Morales
2021-08-13 22:46 ` Juan Manuel Macías
2021-08-14 1:45 ` Ihor Radchenko
2021-08-14 12:33 ` John Kitchin [this message]
2021-08-14 14:09 ` Ihor Radchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAJ51ETp3RDzcTA8wJrxsbt6b8+T07+bBq7snocJ7iiViOYyGBA@mail.gmail.com \
--to=jkitchin@andrew.cmu.edu \
--cc=emacs-orgmode@gnu.org \
--cc=moralesrodrigo1100@gmail.com \
--cc=yantar92@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.