Re: [O] Exclude tag from custom agenda

2012-12-09 Thread Karl Voit
* Memnon Anon wrote: > Karl Voit writes: > >> What I want to achieve: on top, there should be my normal agenda >> (events, tasks, habits, ...) but minus elements tagged with >> "reward". > > #+begin_src emacs-lisp > ;;; Based on http://article.gmane.org/gmane.emacs.orgmode/41427 > (defun my-ski

Re: [O] Exclude tag from custom agenda

2012-12-09 Thread Karl Voit
* Karl Voit wrote: > * Memnon Anon wrote: >> >> I'm in a hurry, but lets see if I can give you something in 5 minutes. > > :-) > > Following works: Sorry! I answered the wrong email :-( My email was referring to another thread here. -- Karl Voit

Re: [O] Exclude tag from custom agenda

2012-12-09 Thread Karl Voit
* Memnon Anon wrote: > > I'm in a hurry, but lets see if I can give you something in 5 minutes. :-) Following works: ,[ section within org-agenda-custom-commands ] | ("b" "borrowed stuff" tags "+borrowed" ( | (org-agenda-overriding-header "stuff that I borrowed") | (org-agenda-skip-functi

Re: [O] Exclude tag from custom agenda

2012-12-09 Thread Memnon Anon
Karl Voit writes: > What I want to achieve: on top, there should be my normal agenda > (events, tasks, habits, ...) but minus elements tagged with > "reward". [...] > I think, that «(agenda "" nil)» has to be modified but I don't know > how. I'm in a hurry, but lets see if I can give you somethi