Hi Karl,
Karl Voit writes:
> I tend to keep events that I do not attend in my calendar for
> archiving reasons. But I switch their status to CANCELED.
> Unfortunately, those events still appear on my Google calendar and
> so forth. I get my usual reminders and it messes up my free/busy
> list.
>
Hi Viktor,
Viktor Rosenfeld writes:
> The credit should go to Bernt Hansen. I found it in his org-mode
> setup.
Fixed, thanks!
--
Bastien
Hi Bastien,
Bastien wrote:
> Viktor Rosenfeld writes:
>
> > #+BEGIN_SRC emacs-lisp
> > (setq org-todo-state-tags-triggers '(("CANCELLED" ("ARCHIVE" . t
> > #+END_SRC
>
> I shared this as a new FAQ, thanks!
The credit should go to Bernt Hansen. I found it in his org-mode setup.
Cheers,
Vi
Hi Viktor,
Viktor Rosenfeld writes:
> #+BEGIN_SRC emacs-lisp
> (setq org-todo-state-tags-triggers '(("CANCELLED" ("ARCHIVE" . t
> #+END_SRC
I shared this as a new FAQ, thanks!
--
Bastien
Nick Dokos writes:
>> But unfortunately, I know that little of ELISP, that I am not able
>> to implement it by myself :-(
> Time to learn some then - and there is no better way than scratching
> your own itch :-)
Two days later, no reply so far. I'll give it a shot.
Karl, if you are still fiddli
Hi,
Karl Voit wrote:
> ELISP is nothing you can learn in a single weekend. I've got the
> feeling that this is a task that requires a longer period of time.
> It's in SOMEDAY state in my Org along with:
I've found that you can pick up enough ELISP on a weekend to start
hacking small snipplets ri
* Nick Dokos wrote:
> Karl Voit wrote:
>
>> Oh, I would have guessed this algorithm overview/principle as well
>> :-)
>
> It is more than an algorithm overview/principle: there are specific
> suggestions in there - which hook to use, the state variable that you
> need to check and the function to
* Viktor Rosenfeld wrote:
> Hi,
Hi!
> Karl Voit wrote:
>
>> But still: there are two steps I have to make: (a) mark as canceled
>> because I want this "CANCELED" string attached and (b) add the
>> ARCHIVE tag.
>
> You can set the ARCHIVE tag when switching the TODO state automatically
> using or
Viktor Rosenfeld writes:
> Hi,
>
> Karl Voit wrote:
>
>> But still: there are two steps I have to make: (a) mark as canceled
>> because I want this "CANCELED" string attached and (b) add the
>> ARCHIVE tag.
>
> You can set the ARCHIVE tag when switching the TODO state automatically
> using org-to
Hi,
Karl Voit wrote:
> But still: there are two steps I have to make: (a) mark as canceled
> because I want this "CANCELED" string attached and (b) add the
> ARCHIVE tag.
You can set the ARCHIVE tag when switching the TODO state automatically
using org-todo-state-tags-triggers.
For example (unt
Karl Voit wrote:
> * Nick Dokos wrote:
> >
> > You can probably accomplish this with org-after-todo-state-change-hook:
> >
> > Write a function that checks if org-state is "CANCELED", and if so looks
> > for active timestamps and calls org-toggle-timestamp-type on them.
> >
> > Then add the func
* Nick Dokos wrote:
>
> You can probably accomplish this with org-after-todo-state-change-hook:
>
> Write a function that checks if org-state is "CANCELED", and if so looks
> for active timestamps and calls org-toggle-timestamp-type on them.
>
> Then add the function to the hook.
Oh, I would have
* Daimrod wrote:
>
> Why doesn't the method with :ARCHIVE: tag fit your needs?
>
> You can mark a subtree to ignore it. This way you keep the whole project
> as a whole.
Good point indeed.
But still: there are two steps I have to make: (a) mark as canceled
because I want this "CANCELED" string a
Karl Voit wrote:
> Hi!
>
> I tend to keep events that I do not attend in my calendar for
> archiving reasons. But I switch their status to CANCELED.
> Unfortunately, those events still appear on my Google calendar and
> so forth. I get my usual reminders and it messes up my free/busy
> list.
>
Karl Voit writes:
> * Daimrod wrote:
>>
>> Org Mode has already facilities for archiving.
>
> Thanks for the pointer but I know and I am using archiving in
> Org-mode.
>
>> In both cases they won't be displayed in the Agenda unless you active
>> them (v a or v A).
>
> Right.
>
> But in my workfl
* Daimrod wrote:
>
> Org Mode has already facilities for archiving.
Thanks for the pointer but I know and I am using archiving in
Org-mode.
> In both cases they won't be displayed in the Agenda unless you active
> them (v a or v A).
Right.
But in my workflow, I only archive whole projects when
Karl Voit writes:
> Hi!
Hi,
> I tend to keep events that I do not attend in my calendar for
> archiving reasons. But I switch their status to CANCELED.
> Unfortunately, those events still appear on my Google calendar and
> so forth. I get my usual reminders and it messes up my free/busy
> list.
Hi!
I tend to keep events that I do not attend in my calendar for
archiving reasons. But I switch their status to CANCELED.
Unfortunately, those events still appear on my Google calendar and
so forth. I get my usual reminders and it messes up my free/busy
list.
Therefore, I am thinking that cance
18 matches
Mail list logo