From: Max Mikhanosha <max@openchat.com>
To: emacs-orgmode@gnu.org
Cc: Marcelo de Moraes Serpa <celoserpa@gmail.com>
Subject: Re: Frames and the agenda
Date: Fri, 24 Feb 2012 15:48:20 -0500 [thread overview]
Message-ID: <878vjs6jqj.wl%max@openchat.com> (raw)
In-Reply-To: <CACHMzOEq+Gp9XvTM5Vu0kOPdueAGm6=iBJ3dRezj2EZwYyOVZg@mail.gmail.com>
Check out my multiple-agenda-buffers branch from http://github.com/7max/org-mode
Its designed exactly for that (multiple independent agenda buffers
living together). to enable it use, M-x org-toggle-sticky-agenda
You will have to set different agenda names for different agenda views
in your org-agenda-custom-commands variable like so:
(setq org-agenda-custom-commands
'(("a" "Agenda and NEXT (priority)"
((agenda ""
((org-agenda-span 'day)))
(tags-todo "/!NEXT"
((org-agenda-overriding-header "Next Tasks")
(org-agenda-tags-todo-honor-ignore-options t)
(org-agenda-todo-ignore-scheduled t)
(org-agenda-todo-ignore-deadlines t)
(org-tags-match-list-sublevels t)
(org-agenda-sorting-strategy
'(priority-down category-keep)))))
((org-agenda-buffer-name "*Agenda*")))
("t" "TODO entries"
todo ""
((org-agenda-buffer-name "*Todo List*")))))
Carsten suggested that this will eventually get merged, but I think
people may be afraid, as it's a bit of a major change, converting most
agenda related variables to buffer local, and at least initially had a
several bugs, which took me a few weeks to catch and fix.
But I've been running on this branch for a month+, and quality of
my org-moding had greatly improved, since now all my agendas pop-out
immediately instead of rebuilding for several seconds.
At Fri, 24 Feb 2012 12:38:39 -0600,
Marcelo de Moraes Serpa wrote:
>
> Hey guys,
>
> So, I would like to keep a sort of dashboard in a osx virtual desktop - basically having emacs frames with different todo lists
> for reference at quick glance:
>
> http://minus.com/mlgjv21R4
>
> The problem is that the agenda is global to the emacs instance and won't allow me to show a filter view in one frame and another
> in the other (i.e: One frame showing all my personal TODOs and the other showing all TODOs related to my job.).
>
> I could have those lists in separate files, but my configuration now has all todos in a big gtd.org file.
>
> Is there a way to have differente filters in different frames? If not, any thoughts on how I could accomplish this idea?
>
> Thanks,
>
> Marcelo.
>
>
next prev parent reply other threads:[~2012-02-24 20:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-24 18:38 Frames and the agenda Marcelo de Moraes Serpa
2012-02-24 20:48 ` Max Mikhanosha [this message]
2012-02-27 22:45 ` Marcelo de Moraes Serpa
2012-02-28 0:52 ` Marcelo de Moraes Serpa
2012-02-28 1:44 ` Nick Dokos
2012-02-28 9:49 ` Max Mikhanosha
2012-02-28 16:55 ` Marcelo de Moraes Serpa
2012-02-28 16:57 ` Marcelo de Moraes Serpa
2012-02-29 17:55 ` Rebased to the latest tip Max Mikhanosha
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878vjs6jqj.wl%max@openchat.com \
--to=max@openchat.com \
--cc=celoserpa@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).