Bastien writes:
> Or simply M- on the angle/bracket of the time-stamp.
Er.. that's S- of course.
--
Bastien
Jonathan Leech-Pepin writes:
> You should be able to just use =org-toggle-timestamp-type=
> instead of your snippet. It performs the check and will toggle
> back and forth between active and inactive timestamps.
>
> (add-hook 'org-ctrl-c-ctrl-c-hook
> 'org-toggle-timestamp-type)
>
O
Hello Johan,
On 25 September 2012 14:09, Johan Sandblom wrote:
> I wrote the following which allows me ctrl-c-ctrl-c on a date in an org
> file and thereby toggle the inactive state of the date. I find it useful
> when applying to courses that I am later [not] admitted to. Perhaps it is
> useful