Carsten Dominik writes:
> On Wed, Sep 9, 2020 at 3:06 PM Eric S Fraga wrote:
>
>> On Wednesday, 9 Sep 2020 at 14:35, Klaus Thoben wrote:
>> > Does such a function exist already? Or can somebody help me out with
>> > some Lisp code for that?
>>
>> The
Hi everyone,
long time orgmode user, but never really did use the Agenda. Now, having
used Memacs quite a bit, I thought it would be handy to have an agenda
view that shows significant events related to the selected day from all
org files.
Does such a function exist already? Or can somebody help m
Nick Dokos writes:
>
> #+begin_src emacs-lisp
> (add-to-list 'org-checkbox-statistics-hook (function
> ndk/checkbox-list-complete))
>
> (defun ndk/checkbox-list-complete ()
> (save-excursion
> (org-back-to-heading t)
> (let ((beg (point)) end)
> (end-of-line)
> (setq end (
Dear List,
I wonder if following functionality is already implemented.
Could it be achieved that, if I have a checkbox list with a TODO state
in the headline and I toggle all of the checkboxes, that the TODO state
switches automatically to DONE?
I hope the following example makes my question even