Nicolas Goaziou <n.goaz...@gmail.com> writes:

> (defun mark-current-item ()
>   (interactive)
>   (when (org-in-item-p)
>     (goto-char (org-get-item-beginning))
>     (push-mark nil t t)
>     (goto-char (org-get-end-of-item (org-list-bottom-point)))))

Interesting -- looks like a good candidate for worg/org-hacks.org

Maybe with variants like

- narrowing to the item
- selecting it (depending on transient-mark-mode)
- cloning it
- killing it*

... just a thought.

* Would people would find it to have C-k to kill a whole item if a
  certain option is set?  I think I would.  It's rare to have to kill 
  a line in a list item without having to kill the whole item.

-- 
 Bastien

_______________________________________________
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