From mboxrd@z Thu Jan 1 00:00:00 1970 From: Francesco Pizzolante Subject: Project management > Dynamic block per tag + [Babel] Date: Mon, 22 Nov 2010 12:21:02 +0100 Message-ID: <8739qth38k.fsf@mundaneum.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: mailing-list-org-mode Hi, I'm using Org to manage a project. I need to output a tasks list for every of my colleagues, person per person. I'm currently using tags to assing people to tasks (even if I'm not completely convinced that this is the right way to go). What I would like is to generate a dynamic block for each person with all tasks assigned to that person. This means, list all headings with a given tag. Could someone tell me how to do that? I tried using Babel to output a custom report where I will be able to (not yet done) easily filter by tag. But I'm already blocked with such a code: --8<---------------cut here---------------start------------->8--- #+begin_src emacs-lisp :results output (with-output-to-string (org-agenda nil "a")) #+end_src --8<---------------cut here---------------end--------------->8--- It does not produce any output. Any idea? Thanks, Francesco _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode