rpgold...@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