Re: [O] org-date-toggle-inactive

2012-09-25 Thread Bastien
Bastien writes: > Or simply M- on the angle/bracket of the time-stamp. Er.. that's S- of course. -- Bastien

Re: [O] org-date-toggle-inactive

2012-09-25 Thread 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

Re: [O] org-date-toggle-inactive

2012-09-25 Thread Jonathan Leech-Pepin
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