emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Moving checkbox item to end of list when checked


From: Nicolas Goaziou
Subject: Re: [O] Moving checkbox item to end of list when checked
Date: Wed, 22 Jan 2014 15:58:41 +0100

Hello,

Thorsten Jolitz <address@hidden> writes:

> Your function could be implemented along the line of:
>
> 1. put an 'after' advice on `org-toggle-checkbox'

See also `org-checkbox-statistics-hook'

> Its easy to get 'struct at point' with
>
> #+begin_src emacs-lisp
> (defun org-list-struct ()
>   "Return structure of list at point.
>    ...)
> #+end_src
>
> but I could not find an equivalent function to get the item at
> point.

See `org-in-item-p'.


Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]