From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Patch --- adding an easy template for #+index Date: Thu, 28 Apr 2011 15:11:11 -0400 Message-ID: <87ei4mkx80.fsf@norang.ca> References: <10844.1303994001@alphaville.dokosmarshall.org> <1304005134-31639-1-git-send-email-rpgoldman@sift.info> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFWcU-0003qJ-TC for emacs-orgmode@gnu.org; Thu, 28 Apr 2011 15:11:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFWcT-00005c-9Q for emacs-orgmode@gnu.org; Thu, 28 Apr 2011 15:11:22 -0400 Received: from mho-04-ewr.mailhop.org ([204.13.248.74]:11405 helo=mho-02-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFWcT-00004q-7Z for emacs-orgmode@gnu.org; Thu, 28 Apr 2011 15:11:21 -0400 In-Reply-To: <1304005134-31639-1-git-send-email-rpgoldman@sift.info> (rpgoldman@sift.info's message of "Thu, 28 Apr 2011 10:38:53 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: rpgoldman@sift.info Cc: emacs-orgmode@gnu.org rpgoldman@sift.info writes: > The next message will contain a patch that provides a new easy template for adding index entries, per Nick Dokos's suggestion. Hi Robert, Just a FYI: you can include the above information right in your patch after the --- and before the diffstat like this: --8<---------------cut here---------------start------------->8--- ... just made the Muse equivalent of #+index be #+index. I don't know org-mtags enough to know if this is appropriate. --- The next message will contain a patch that provides a new easy template for adding index entries, per Nick Dokos's suggestion. Any text you put in here after the '---' and before the diffstat is discarded by the git tools that apply the patch. This is a great place to add extra comments and details that do not belong in the commit message itself. lisp/org.el | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lisp/org.el b/lisp/org.el ... --8<---------------cut here---------------end--------------->8--- Regards, Bernt