From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Can I export TODO flags in table of contents? Date: Thu, 31 Dec 2009 08:37:46 +0100 Message-ID: <8D970D57-E2F8-460F-AFAD-B9A9D42ED706@gmail.com> References: <87y6kjkf24.fsf@ymail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQFba-0004Ow-5f for emacs-orgmode@gnu.org; Thu, 31 Dec 2009 02:37:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQFbV-0004No-QB for emacs-orgmode@gnu.org; Thu, 31 Dec 2009 02:37:57 -0500 Received: from [199.232.76.173] (port=40696 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQFbV-0004NX-GW for emacs-orgmode@gnu.org; Thu, 31 Dec 2009 02:37:53 -0500 Received: from mx20.gnu.org ([199.232.41.8]:43262) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NQFbU-0006eL-Uq for emacs-orgmode@gnu.org; Thu, 31 Dec 2009 02:37:53 -0500 Received: from ey-out-1920.google.com ([74.125.78.145]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NQFbU-000781-4e for emacs-orgmode@gnu.org; Thu, 31 Dec 2009 02:37:52 -0500 Received: by ey-out-1920.google.com with SMTP id 4so1266140eyg.34 for ; Wed, 30 Dec 2009 23:37:49 -0800 (PST) In-Reply-To: <87y6kjkf24.fsf@ymail.com> 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@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Water Lin Cc: emacs-orgmode@gnu.org Hi Water, On Dec 31, 2009, at 4:17 AM, Water Lin wrote: > > I marked my notes and tasks with TODO flags and I also want to see > these > TODO flags in table of contents. So I can jump and explore to > unfinished > task quickly. > > By doing this, I can give myself a quickly summary of my tasks. > > Can I do it? I guess you are talking about export? You can try (setq org-export-mark-todo-in-toc t) This will not show TODO keywords in the table of contents, but it will highlight headlines under which there are unfinished TODO entries. HTH - Carsten > > Thanks > > Water Lin > > -- > Water Lin's notes and pencils: http://en.waterlin.org > Email: WaterLin@ymail.com > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten