From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Gough Subject: [PATCH] add index entries Date: Wed, 8 Dec 2010 21:05:41 +0000 Message-ID: <1291842341-15199-19-git-send-email-bjg@network-theory.co.uk> References: <1291842341-15199-1-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-2-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-3-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-4-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-5-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-6-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-7-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-8-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-9-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-10-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-11-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-12-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-13-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-14-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-15-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-16-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-17-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-18-git-send-email-bjg@network-theory.co.uk> Return-path: Received: from [140.186.70.92] (port=48731 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQRE0-0006HD-Ld for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 16:07:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQRDu-0002bp-Vi for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 16:06:56 -0500 Received: from server.network-theory.com ([109.74.193.71]:40524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQRDu-0002bd-K6 for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 16:06:50 -0500 In-Reply-To: <1291842341-15199-18-git-send-email-bjg@network-theory.co.uk> 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: emacs-orgmode@gnu.org Cc: Barry Gidden , Brian Gough --- doc/org.texi | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 3a7356b..2cb8ce2 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -6135,6 +6135,7 @@ suggestion.} for capturing new material. @orgcmd{C-c c,org-capture} Call the command @code{org-capture}. Note that this keybinding is global and not active by default - you need to install it. If you have templates +@cindex date tree defined @pxref{Capture templates}, it will offer these templates for selection or use a new Org outline node as the default template. It will insert the template into the target file and switch to an indirect buffer @@ -7365,6 +7366,7 @@ the files listed in @code{org-agenda-text-search-extra-files}. @node Stuck projects, , Search view, Built-in agenda views @subsection Stuck projects +@pindex GTD, Getting Things Done If you are following a system like David Allen's GTD to organize your work, one of the ``duties'' you have is a regular review to make sure @@ -11255,6 +11257,7 @@ markup language for a wiki. @comment Extracting source code, Evaluating code blocks, Exporting code blocks, Working With Source Code @node Extracting source code, Evaluating code blocks, Exporting code blocks, Working With Source Code @section Extracting source code +@cindex tangling @cindex source code, extracting @cindex code block, extracting source code -- 1.6.0.6